Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Monitoring
  3. Steep
S
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:09:59 PM

Steep

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website

Query metrics, targets, entities, and team data in your Steep workspace via MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "steep": {
      "command": "npx",
      "args": [
        "-y",
        "steep"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Documentation Overview

Steep MCP

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.

Features

The Steep MCP server provides the following capabilities:

  • Metrics: list metrics in the workspace and query metric data over any date range, with optional slicing and breakdowns
  • Targets: list targets and query target progress
  • Entities & modules: list entities and the modules they appear in
  • Workspace: list workspace members and teams

All tools are read-only.

Prerequisites

Before setting up the Steep MCP server, ensure you have:

  • Claude Code CLI, Cursor IDE, or another MCP-compatible client installed
  • A Steep account with access to the workspace you want to query

Installation

Claude Code & Cowork

Install from the community plugin marketplace:

bash
/plugin marketplace add anthropics/claude-plugins-community
/plugin install steep@claude-community

Alternatively, install directly from this repo:

bash
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.

Cursor

Install with one click from the Cursor plugin marketplace.

Alternatively, add Steep manually: Cursor β†’ Settings β†’ MCP and paste:

config.json
{
  "mcpServers": {
    "steep": {
      "url": "https://mcp.steep.app/mcp"
    }
  }
}

Save the configuration, then click the connect button to authenticate via OAuth.

Other MCP clients

Point your client at https://mcp.steep.app/mcp (Streamable HTTP transport). Clients supporting Dynamic Client Registration (RFC 7591) will register automatically.

Usage Examples

Once configured, you can interact with Steep through your AI assistant using natural language:

  • List metrics: "What metrics do we have in Steep?"
  • Query data: "Show MRR for the last 6 months, broken down by plan"
  • Track targets: "How are we tracking against our Q2 revenue target?"
  • Explore the data model: "Which entities slice the customer count metric?"
  • Find people: "Who's on the growth team in Steep?"

Updates

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.

Documentation & resources

  • Steep documentation
  • Steep privacy policy
  • Model Context Protocol specification

Notes & limitations

  • 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.

Questions or Issues?

For product questions and integration help, contact help@steep.app.

For security reports, see SECURITY.md.

License

Apache-2.0 β€” see LICENSE.

The Steep name and logo are trademarks of Steep. See NOTICE.

Related MCP Servers

View all in Monitoring View all alternatives
  • Dynatrace Mcp logoDynatrace Mcp

    Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

    πŸ“Š Monitoring2 views
    Compare vs Dynatrace Mcp β†’
  • B
    Bitmovin Observability MCP

    Query and analyse your data from Bitmovin Observability

    πŸ“Š Monitoring0 views
    Compare vs Bitmovin Observability MCP β†’
  • A
    AdAdvisor MCP Server

    Query Meta Ads performance data β€” accounts, campaigns, ad sets, ads, metrics & settings.

    πŸ“Š Monitoring0 views
    Compare vs AdAdvisor MCP Server β†’
  • A
    AdAdvisor MCP Server

    Query Meta Ads performance data β€” accounts, campaigns, ad sets, ads, metrics & settings.

    πŸ“Š Monitoring0 views
    Compare vs AdAdvisor MCP Server β†’

Frequently Asked Questions about Steep

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "steep": { "command": "npx", "args": ["-y", "Steep"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSteep AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/steep?style=directory)](https://allmcps.com/mcp/steep)
HTML Embed
<a href="https://allmcps.com/mcp/steep"><img src="https://allmcps.com/api/badge/steep?style=directory" alt="Steep on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 29, 2026
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to Steep β†’Install in Claude DesktopInstall in CursorInstall in VS Code