softwarestack.ai
MCP directory
Open-source MCP servers. Agents connect at /mcp. Registry clients use /v0.1/servers.
Filesystem
0.6.3io.github.modelcontextprotocol/servers-filesystem
Read, write, and search files under directories you allow. Local stdio server; no network.
- publisher
- Model Context Protocol
- auth
- no auth
- transport
- stdio
- runtime
- npx
- install
npx -y @modelcontextprotocol/server-filesystem /path/to/dir- tools
- read_file, write_file, edit_file, list_directory, directory_tree, search_files
- tags
- files, local
Memory
0.6.3io.github.modelcontextprotocol/servers-memory
Persistent knowledge-graph memory for one agent: entities, relations, and observations on disk.
- publisher
- Model Context Protocol
- auth
- no auth
- transport
- stdio
- runtime
- npx
- install
npx -y @modelcontextprotocol/server-memory- tools
- create_entities, create_relations, add_observations, search_nodes, read_graph
- tags
- memory, local
Sequential Thinking
0.6.3io.github.modelcontextprotocol/servers-sequential-thinking
Structured multi-step reasoning: record, revise, and branch thoughts before answering.
- publisher
- Model Context Protocol
- auth
- no auth
- transport
- stdio
- runtime
- npx
- install
npx -y @modelcontextprotocol/server-sequential-thinking- tools
- sequentialthinking
- tags
- reasoning
GitHub
0.20.0io.github.github/github-mcp-server
Issues, pull requests, repositories, code search, and Actions. Hosted remote with OAuth, or local via Docker and a PAT.
- publisher
- GitHub
- auth
- OAuth
- transport
- stdio · streamable-http
- runtime
- docker
- install
https://api.githubcopilot.com/mcp/- env
- GITHUB_PERSONAL_ACCESS_TOKEN
- tools
- create_issue, list_issues, create_pull_request, search_code, get_file_contents
- tags
- git, github, remote
Playwright
0.0.44io.github.microsoft/playwright-mcp
Browser automation through Playwright: navigate, snapshot the accessibility tree, click, type, and screenshot.
- publisher
- Microsoft
- auth
- no auth
- transport
- stdio
- runtime
- npx
- install
npx -y @playwright/mcp@latest- tools
- browser_navigate, browser_snapshot, browser_click, browser_type, browser_take_screenshot
- tags
- browser, local
Sentry
0.0.1io.github.getsentry/sentry-mcp
Search issues, traces, projects, and Seer analysis in Sentry. Hosted remote with OAuth.
- publisher
- Sentry
- auth
- OAuth
- transport
- streamable-http
- runtime
- remote
- install
https://mcp.sentry.dev/mcp- tools
- search_issues, get_issue_details, search_events, get_trace_details, find_projects
- tags
- observability, remote
Context7
1.0.0io.github.upstash/context7
Pull current library docs and code examples into context. Remote or local; API key optional for higher limits.
- publisher
- Upstash
- auth
- API key
- transport
- stdio · streamable-http
- runtime
- npx
- install
npx -y @upstash/context7-mcp- env
- CONTEXT7_API_KEY (optional)
- tools
- resolve-library-id, query-docs
- tags
- docs, remote
Cloudflare
0.0.1io.github.cloudflare/mcp-server-cloudflare
Workers, KV, R2, D1, Observability, and bindings on Cloudflare. Hosted remote with OAuth.
- publisher
- Cloudflare
- auth
- OAuth
- transport
- streamable-http
- runtime
- remote
- install
https://bindings.mcp.cloudflare.com/mcp- tools
- workers_list, kv_namespaces_list, r2_buckets_list, d1_databases_list
- tags
- cloud, remote
Supabase
0.5.0io.github.supabase-community/supabase-mcp
Manage Supabase projects, tables, migrations, and Edge Functions. Hosted remote with OAuth.
- publisher
- Supabase
- auth
- OAuth
- transport
- streamable-http
- runtime
- remote
- install
https://mcp.supabase.com/mcp- tools
- list_projects, list_tables, execute_sql, apply_migration, deploy_edge_function
- tags
- database, remote
Linear
0.1.0io.github.linear/linear-mcp
Find, create, and update Linear issues, projects, comments, and cycles. Hosted remote with OAuth 2.1.
- publisher
- Linear
- auth
- OAuth
- transport
- streamable-http
- runtime
- remote
- install
https://mcp.linear.app/mcp- tools
- list_issues, get_issue, create_issue, update_issue, list_projects
- tags
- issues, remote
Stripe
0.7.0io.github.stripe/agent-toolkit
Stripe API tools for customers, products, prices, invoices, and payment links. Local stdio with a secret key.
- publisher
- Stripe
- auth
- API key
- transport
- stdio
- runtime
- npx
- install
npx -y @stripe/mcp --tools=all- env
- STRIPE_SECRET_KEY
- tools
- list_customers, create_customer, list_products, create_invoice, create_payment_link
- tags
- payments
Grafana
0.1.0io.github.grafana/mcp-grafana
Dashboards, datasources, Prometheus/Loki queries, Alertmanager, and incidents in Grafana.
- publisher
- Grafana Labs
- auth
- API key
- transport
- stdio
- runtime
- uvx
- install
uvx mcp-grafana- env
- GRAFANA_URL, GRAFANA_SERVICE_ACCOUNT_TOKEN
- tools
- search_dashboards, get_dashboard_by_uid, list_datasources, query_prometheus, list_incidents
- tags
- observability