Skip to main content
Glama
mcp.json688 B
{ // cf. https://code.visualstudio.com/docs/reference/variables-reference#_input-variables "inputs": [ { "description": "Enter your Cosense Project Name", "id": "cosense-project-name", "type": "promptString" }, { "description": "Enter your Cosense SID", "id": "cosense-sid", "password": true, "type": "promptString" } ], "servers": { "cosense-mcp-server": { "args": [ "-y", "." ], "command": "npx", "dev": {}, "env": { "COSENSE_PROJECT_NAME": "${input:cosense-project-name}", "COSENSE_SID": "${input:cosense-sid}" }, "type": "stdio" } } }

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/yosider/cosense-mcp-server'

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