Skip to main content
Glama
smithery.yaml763 B
# Smithery configuration for ContextStream MCP Server # https://smithery.ai/docs/config startCommand: type: stdio configSchema: type: object properties: CONTEXTSTREAM_API_URL: type: string description: API base URL default: https://api.contextstream.io CONTEXTSTREAM_API_KEY: type: string description: Your ContextStream API key (get one at contextstream.io) required: - CONTEXTSTREAM_API_KEY commandFunction: |- (config) => ({ command: "npx", args: ["-y", "@contextstream/mcp-server"], env: { CONTEXTSTREAM_API_URL: config.CONTEXTSTREAM_API_URL || "https://api.contextstream.io", CONTEXTSTREAM_API_KEY: config.CONTEXTSTREAM_API_KEY } })

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/contextstream/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server