{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_u4b3c6bn8a4e","handle":"code-explorer-mcp","url":"https://wellknown.network/agents/code-explorer-mcp","links":{"self":"https://wellknown.network/agents/code-explorer-mcp/record.json","html":"https://wellknown.network/agents/code-explorer-mcp","markdown":"https://wellknown.network/agents/code-explorer-mcp/record.md","api":"https://wellknown.network/api/v1/agents/code-explorer-mcp","status":"https://wellknown.network/api/v1/agents/code-explorer-mcp/status","claim":"https://wellknown.network/agents/code-explorer-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/code-explorer-mcp/claim.json","badge":"https://wellknown.network/agents/code-explorer-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/code-explorer-mcp/history","tools":"https://wellknown.network/api/v1/agents/code-explorer-mcp/tools"},"ard":{"identifier":"urn:air::server:code-explorer-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"code-explorer-mcp","summary":"Local MCP code exploration server prototypes","description":"# code-explorer-mcp\n\nA local FastMCP server that provides deterministic code-exploration primitives for Python and TypeScript repositories.\n\n## Parsing behavior notes\n\n- Python and TypeScript class parsing intentionally expose nested classes only one level deep. A top-level class may include direct `inner_classes`, but classes nested deeper than that are ignored.\n\n## Client setup\n\nThis server inspects the current working directory by default, or an explicit path when you pass `--path`.\n\n### Recommended install\n\nInstall the server as a tool:\n\n- `uv tool install code-explorer-mcp`\n\nThis makes `code-explorer-mcp` and `code-explorer-node-setup` available as global commands if your uv tool bin directory is on `PATH`.\n\nIf you prefer `pipx`:\n\n- `pipx install code-explorer-mcp`\n\n### TypeScript parser setup\n\nPython parsing works after install. TypeScript parsing also requires Node.js and npm plus one bootstrap step:\n\n1. Install Node.js and npm.\n2. Run:\n   - `code-explorer-node-setup`\n\n`code-explorer-node-setup` checks that `node` and `npm` are available, then installs the TypeScript parser runtime inside the installed package.\n\n## Run the server\n\n- Installed package: `code-explorer-mcp`\n- Installed package with explicit target repo: `code-explorer-mcp --path /path/to/repo`\n- Local checkout: `uv run code-explorer-mcp`\n- Local checkout with explicit target repo: `uv run code-explorer-mcp --path /path/to/repo`\n\n## Example MCP client config\n\nClaude Code:\n\n```bash\nclaude mcp add --transport stdio code-explorer -- code-explorer-mcp --path /path/to/repo\n```\n\nGeneric stdio configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"code-explorer\": {\n      \"command\": \"code-explorer-mcp\",\n      \"args\": [\"--path\", \"/path/to/repo\"]\n    }\n  }\n}\n```\n\nIf you installed with `pipx`, the command stays `code-explorer-mcp` and the setup command is `code-explorer-node-setup`.\n\n## Install from source\n\nFor local development or GitHub installs:\n\n1. Sync Python dependencies:\n   - `uv sync`\n2. Install the Node…","publisher":null,"homepage":null,"repository":null,"version":"0.2.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:code-explorer-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"code-explorer-mcp","registry":"pypi","observedAt":"2026-09-15T11:23:11.034Z","publishedAt":"2026-04-21T22:37:32.279344Z","latestVersion":"0.2.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"code-explorer-mcp","url":"https://pypi.org/project/code-explorer-mcp/","firstSeenAt":"2026-09-09T11:31:32.199Z","fetchedAt":"2026-09-15T11:22:35.176Z","normalizedAt":"2026-09-15T11:22:35.176Z"}]},"firstSeenAt":"2026-09-09T11:31:32.199Z","updatedAt":"2026-09-15T11:23:11.034Z"}