Skip to main content
Glama

ConceptNet MCP Server

by infinitnet
requirements.txtโ€ข752 B
# Core dependencies for Cloudflare Workers Python deployment # Minimal set optimized for Workers Python runtime # FastAPI framework - core HTTP and API functionality fastapi>=0.104.0,<1.0.0 # Data validation and settings management pydantic>=2.5.0,<3.0.0 # ASGI server support for FastAPI (Workers compatible) uvicorn[standard]>=0.24.0,<1.0.0 # Workers-specific notes: # - fastmcp removed (not available in Workers Python runtime) # - httpx replaced with native fetch() API in CloudflareHTTPClient # - Local path dependency (-e ../../) removed (not supported) # - Only packages available in Workers Python runtime included # - asyncio, json, urllib.parse, typing are standard library # - pyodide.ffi and js modules are provided by Workers runtime

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/infinitnet/conceptnet-mcp'

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