Steep MCP Server

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. It is available as a remote MCP endpoint.

Teams that want a hosted data & analytics endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 9 · #54 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

Apache-2.0 · how we verify → /methodology

01 · Install Steep

Claude Code

claude mcp add steephq-steep-mcp --transport http https://mcp.steep.app/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "steephq-steep-mcp": {
      "url": "https://mcp.steep.app/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.steep.app/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.steep.app

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry vendor namespace app.steep - domain-verified with the official MCP registry

03 · What Steep can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Remote server only: this configuration connects to Steep's hosted MCP server. No local installation is required or supported. - Workspace scope: you can only access data your Steep user account already has access to. OAuth scopes are limited to the read scopes the server advertises at /.well-known/oauth-protected-resource.

04 · Who maintains Steep

Steep is maintained by steephq. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
data & analytics - ranked #54 of 75 actively-maintained data & analytics servers as of 2026-08-25.
registry
app.steep/mcp (active, first published 2026-05-22)

06 · Steep FAQ

What is Steep?

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. It is available as a remote MCP endpoint.

Is Steep still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

How do I install Steep?

Run `claude mcp add steephq-steep-mcp --transport http https://mcp.steep.app/mcp`. You can also paste the ready-made client config above.

Does Steep require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Steep