{
  "markdown": "<!-- mcp-name: app.steep/mcp -->\n\n# Steep MCP\n\nThis repository contains the configuration needed to integrate Steep with\nClaude Code, Cursor, and other MCP-compatible clients. The plugin lets your\nAI agents interact directly with your Steep workspace, querying metrics,\ntargets, entities, and team data through natural language.\n\n## Features\n\nThe Steep MCP server provides the following capabilities:\n\n- **Metrics**: list metrics in the workspace and query metric data over any\n  date range, with optional slicing and breakdowns\n- **Targets**: list targets and query target progress\n- **Entities & modules**: list entities and the modules they appear in\n- **Workspace**: list workspace members and teams\n\nAll tools are read-only.\n\n## Prerequisites\n\nBefore setting up the Steep MCP server, ensure you have:\n\n- Claude Code CLI, Cursor IDE, or another MCP-compatible client installed\n- A Steep account with access to the workspace you want to query\n\n## Installation\n\n### Claude Code & Cowork\n\nInstall from the [community plugin marketplace](https://github.com/anthropics/claude-plugins-community):\n\n```bash\n/plugin marketplace add anthropics/claude-plugins-community\n/plugin install steep@claude-community\n```\n\nAlternatively, install directly from this repo:\n\n```bash\ngit clone https://github.com/SteepHq/steep-mcp.git\nclaude --plugin-dir ./steep-mcp\n```\n\nEither path loads `.claude-plugin/plugin.json` and the sibling `.mcp.json`, configures the Steep MCP server, and prompts you to authenticate via OAuth.\nNo client ID is needed — Claude Code discovers the auth server and registers itself dynamically.\n\n### Cursor\n\nInstall with one click from the [Cursor plugin marketplace](https://cursor.com/en-US/marketplace).\n\nAlternatively, add Steep manually: **Cursor → Settings → MCP** and paste:\n\n```json\n{\n  \"mcpServers\": {\n    \"steep\": {\n      \"url\": \"https://mcp.steep.app/mcp\"\n    }\n  }\n}\n```\n\nSave the configuration, then click the connect button to authenticate via OAuth.\n\n### Other MCP clients\n\nPoint your client at `https://mcp.steep.app/mcp` (Streamable HTTP transport). Clients supporting\nDynamic Client Registration (RFC 7591) will register automatically.\n\n## Usage Examples\n\nOnce configured, you can interact with Steep through your AI assistant using\nnatural language:\n\n- **List metrics**: \"What metrics do we have in Steep?\"\n- **Query data**: \"Show MRR for the last 6 months, broken down by plan\"\n- **Track targets**: \"How are we tracking against our Q2 revenue target?\"\n- **Explore the data model**: \"Which entities slice the customer count metric?\"\n- **Find people**: \"Who's on the growth team in Steep?\"\n\n## Updates\n\nMarketplace installs (Claude Code, Cursor) auto-update when we publish a new version. Run `/plugin update steep` in Claude Code to pull the latest.\n\nCursor handles updates through its own marketplace UI. Users who installed manually via `--plugin-dir` or by editing `mcp.json` directly will keep using whatever revision they cloned — re-clone or re-paste to get changes.\n\n## Documentation & resources\n\n- [Steep documentation](https://help.steep.app)\n- [Steep privacy policy](https://steep.app/privacy)\n- [Model Context Protocol specification](https://modelcontextprotocol.io)\n\n## Notes & limitations\n\n- **Remote server only**: this configuration connects to Steep's hosted MCP\n  server. No local installation is required or supported.\n- **Workspace scope**: you can only access data your Steep user account\n  already has access to. OAuth scopes are limited to the read scopes the\n  server advertises at `/.well-known/oauth-protected-resource`.\n\n## Questions or Issues?\n\nFor product questions and integration help, contact\n[help@steep.app](mailto:help@steep.app).\n\nFor security reports, see [SECURITY.md](./SECURITY.md).\n\n## License\n\nApache-2.0 — see [LICENSE](./LICENSE).\n\nThe Steep name and logo are trademarks of Steep. See [NOTICE](./NOTICE).\n",
  "bytes": 3874,
  "sha": "cd0a354dc14a45fbbd73a5f2c0fadedf44318338d44f88bf60e56fd9734502e1",
  "repo_slug": "steephq/steep-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_steep_mcp_40c73210/readme"
}