Skip to main content
Glama
Dinesh-Satram

Health & Fitness Coach MCP

generate-cursor-config.mjs1.2 kB
#!/usr/bin/env node const serverUrl = "https://agent-engineering-bootcamp-mcp.vercel.app"; console.log("Cursor MCP Configuration Options:\n"); console.log("Option 1: Direct SSE Connection (Cursor 0.48.0+):"); console.log( JSON.stringify( { mcpServers: { "agent-bootcamp": { url: `${serverUrl}/sse`, }, }, }, null, 2 ) ); console.log("\n---\n"); console.log("Option 2: Using server-everything proxy:"); console.log( JSON.stringify( { mcpServers: { "agent-bootcamp": { command: "npx", args: [ "-y", "@modelcontextprotocol/server-everything", `${serverUrl}/mcp`, ], env: {}, }, }, }, null, 2 ) ); console.log("\n---\n"); console.log("Option 3: Using mcp-client-cli:"); console.log( JSON.stringify( { mcpServers: { "agent-bootcamp": { command: "npx", args: ["-y", "mcp-client-cli", `${serverUrl}/sse`], }, }, }, null, 2 ) ); console.log( "\nNote: Try these configurations in order. Option 1 is the simplest if you have Cursor 0.48.0 or later." );

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/Dinesh-Satram/fitness_coach_MCP'

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