deco-assaying

garycoding/deco-assaying
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for code parsing via tree-sitter (Python/C/C++ initially, broader language coverage planned)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deco-assaying": {
      "command": "uvx",
      "args": [
        "deco-assaying"
      ]
    }
  }
}

Or install with pip: pip install deco-assaying

README Excerpt

MCP server that performs tree-sitter-based source code analysis for the Cobgrind LLM-Wiki daemon. ```bash uv sync uv run python -m deco_assaying ``` The server listens on `PORT` (default `35832`) with: - `POST /sse` — MCP Streamable HTTP transport. - `GET /health` — liveness probe. - `GET /admin/*` — read-only JSON ops endpoints.

Tools (7)

DEFAULT_CHUNK_MAX_TOKENSDEFAULT_MAX_FILE_BYTESGITHUB_TOKENGITLAB_TOKENHOSTJOB_HISTORY_MAXPORT