LogoSTMCP
Download
code-context-provider-mcp

Code Context Provider MCP

MCP server providing code context and analysis for AI assistants using WebAssembly Tree-sitter parsers with zero native dependencies. Extracts directory structure and code symbols from JavaScript/TypeScript and Python files.

Tools

1. get_code_context

Analyzes a directory and returns its structure along with code symbols (optional).

Open Graph image for Code Context Provider MCP

JSON Config

{
  "mcpServers": {
    "code-context-provider-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "code-context-provider-mcp@latest"
      ]
    }
  }
}

Useful Links

Information

  • Author@AB498
  • Published date2025/09/16

Categories