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.
Analyzes a directory and returns its structure along with code symbols (optional).
{
"mcpServers": {
"code-context-provider-mcp": {
"command": "npx",
"args": [
"-y",
"code-context-provider-mcp@latest"
]
}
}
}