Skip to main content
Glama

CodeFlow MCP Server

by mrorigo
pyproject.toml545 B
[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] name = "code-flow-graph" version = "0.1.0" dependencies = [ "mcp[cli]", "pyyaml", "watchdog>=2.0", "pytest", "pytest-asyncio", "pydantic", "chromadb>=1.1.0", "sentence-transformers>=5.1.0", ] [project.scripts] code_flow_graph_mcp_server = "code_flow_graph.mcp_server.__main__:main" code_flow_graph = "code_flow_graph.cli.code_flow_graph:main" [tool.setuptools.packages.find] exclude = ["code_vectors_chroma*"]

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/mrorigo/code-flow-mcp'

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