Skip to main content
Glama

octomind-mcp

Official
by OctoMind-dev
help.ts1.42 kB
export const helpInstall = () => { const configs = { claude: { mcpServers: { "octomind-mcp": { name: "Octomind MCP Server", command: "npx", args: ["-y", "@octomind/octomind-mcp@latest"], env: { APIKEY: "your-api-key-here", }, }, }, }, cursor: { mcpServers: { "octomind-mcp": { name: "Octomind MCP Server", command: "npx", args: ["-y", "@octomind/octomind-mcp@latest"], env: { APIKEY: "your-api-key-here", }, }, }, }, windsurf: { mcpServers: { "octomind-mcp": { name: "Octomind MCP Server", command: "npx", args: ["-y", "@octomind/octomind-mcp@latest"], environment: { APIKEY: "your-api-key-here", }, }, }, }, }; console.error("Configuration snippets for different clients:\n"); console.error("Claude Desktop (.claude-config.json):"); console.error(`${JSON.stringify(configs.claude, null, 2)}\n`); console.error("Cursor (cursor.json):"); console.error(`${JSON.stringify(configs.cursor, null, 2)}\n`); console.error("Windsurf (config.json):"); console.error(`${JSON.stringify(configs.windsurf, null, 2)}\n`); console.error("Note: Replace 'your-api-key-here' with your actual API key"); process.exit(0); };

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/OctoMind-dev/octomind-mcp'

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