Skip to main content
Glama
605,725 tools. Updated 2026-09-24 03:23

"MCP servers that use streamable HTTP as transport" matching MCP tools:

  • Stop a specific device's transport session to free resources while keeping other devices running. Use when done with one device or to restart a wedged transport; returns {stopped, udid}.
    Apache 2.0
  • Scan local config files to list installed MCP servers from Claude Desktop, Cursor, Windsurf, and VS Code. Use to review existing servers.
    AGPL 3.0
  • Unload MCP server tools from the current session to free context. Servers remain configured and can be reloaded later. Idle servers auto-unload after 10 calls to other servers.
    Cryptographic Autonomy 1.0 (Combined Work Exception)

Matching MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A step-by-step guide and complete working example for building and running an MCP server with streamable HTTP transport using Python, mcp, and FastAPI, enabling AI assistants to access tools over HTTP.
    31
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    A minimal Model Context Protocol server that facilitates network-based client connections using Streamable HTTP transport. It provides a greeting tool and is optimized for consistent deployment across local environments, Docker, and Kubernetes.
    MIT

Matching MCP Connectors

  • Fetch an MCP server's README to extract configuration details like install commands, transport type, environment variables, and usage examples. Useful for servers not fully documented in the registry.
    MIT
  • Check SuperAgenticMCP router health by returning its version, process state, and active MCP server count. Use as a connectivity probe before listing or routing tasks.
    Apache 2.0
  • Analyze a project directory to identify its tech stack and get recommendations for MCP servers that integrate with it. Checks already installed servers to show what's missing.
    MIT
  • Install an MCP server package, add it to your client configuration, and validate it works. Supports npm, pip, Docker, and HTTP transport servers. Performs preflight checks with dry-run option to avoid broken configs.
    MIT
    Destructive
  • Check the health of all registered MCP servers, GitHub Actions workflows, GitLab pipelines, and HTTP targets in a single call, with optional tag filters.
    MIT
  • Search MCP Protocol and FastMCP documentation to find relevant guides for building MCP servers, with ranked results and optional source filtering.
    MIT
  • Find MCP servers with the tools you need by searching MCP Nexus. Returns server IDs, relevance scores, and matched tool names to identify the right server for your task.
    MIT
  • Stop the standalone inbound listener. On stdio transport, this closes the receiver; under HTTP it stops with the server.
    -
    Destructive
  • Count AI-agent configuration in a directory: instruction files, hooks, MCP servers, skills, subagents. Use before working in an unfamiliar repo or reviewing PRs that change agent behavior.
    MIT
  • Lists MCP servers currently mounted on the in-process mux to verify mounts after mux_mount. Read-only.
    Apache 2.0