mcp.softwarestack.ai

MCP directory

Open-source Model Context Protocol (MCP) servers. Search by publisher, auth, and transport. Agents connect at /mcp. Registry clients use /v0.1/servers.

allbrowserclouddatabasedocsfilesgitgithubissueslocalmemoryobservabilitypaymentsreasoningremote
  1. io.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

    sourcedocs

  2. Memory

    0.6.3

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

    sourcedocs

  3. GitHub

    0.20.0

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

    sourcedocsstreamable-http

  4. io.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

    sourcedocs

  5. io.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

    sourcedocsstreamable-http

  6. Stripe

    0.7.0

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

    sourcedocs