Query metrics, targets, entities, and team data in your Steep workspace via MCP.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"steep": {
"url": "https://mcp.steep.app/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / analytics
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
The official TanStack CLI - Project Scaffolding, MCP Server, Agent Skills Installation, etc
MCP Security Weekly
Get CVE alerts and security updates for app.steep/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository contains the configuration needed to integrate Steep with Claude Code, Cursor, and other MCP-compatible clients. The plugin lets your AI agents interact directly with your Steep workspace, querying metrics, targets, entities, and team data through natural language.
The Steep MCP server provides the following capabilities:
All tools are read-only.
Before setting up the Steep MCP server, ensure you have:
Install from the community plugin marketplace:
/plugin marketplace add anthropics/claude-plugins-community
/plugin install steep@claude-community
Alternatively, install directly from this repo:
git clone https://github.com/SteepHq/steep-mcp.git
claude --plugin-dir ./steep-mcp
Either path loads .claude-plugin/plugin.json and the sibling .mcp.json, configures the Steep MCP server, and prompts you to authenticate via OAuth.
No client ID is needed — Claude Code discovers the auth server and registers itself dynamically.
Install with one click from the Cursor plugin marketplace.
Alternatively, add Steep manually: Cursor → Settings → MCP and paste:
{
"mcpServers": {
"steep": {
"url": "https://mcp.steep.app/mcp"
}
}
}
Save the configuration, then click the connect button to authenticate via OAuth.
Point your client at https://mcp.steep.app/mcp (Streamable HTTP transport). Clients supporting
Dynamic Client Registration (RFC 7591) will register automatically.
Once configured, you can interact with Steep through your AI assistant using natural language:
Marketplace installs (Claude Code, Cursor) auto-update when we publish a new version. Run /plugin update steep in Claude Code to pull the latest.
Cursor 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.
/.well-known/oauth-protected-resource.For product questions and integration help, contact help@steep.app.
For security reports, see SECURITY.md.
Apache-2.0 — see LICENSE.
The Steep name and logo are trademarks of Steep. See NOTICE.