Skip to main content
Glama

MCP Server Template for Cursor IDE

by jankowtf
app.json937 B
{ "name": "MCP Simple Tool Server", "description": "A simple MCP server that exposes a website fetching tool", "repository": "https://github.com/kirill-markin/weaviate-mcp-server", "keywords": ["python", "mcp", "fetch", "web", "tool"], "env": { "MCP_SERVER_PORT": { "description": "Port to run the server on", "value": "8000", "required": false }, "MCP_SERVER_HOST": { "description": "Host to bind the server to", "value": "0.0.0.0", "required": false }, "DEBUG": { "description": "Enable debug mode", "value": "false", "required": false }, "MCP_USER_AGENT": { "description": "Custom User-Agent for website fetching", "value": "MCP Test Server (github.com/modelcontextprotocol/python-sdk)", "required": false } }, "stack": "container", "formation": { "web": { "quantity": 1, "size": "eco" } } }

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/jankowtf/mcp-hitchcode'

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