code-context-provider-mcp
4
Code Context Provider MCP is a Model Context Protocol server that offers code context and analysis capabilities for AI assistants. It extracts directory structures and code symbols using WebAssembly Tree-sitter parsers, enabling seamless integration with AI systems. It supports languages like JavaScript, TypeScript, and Python.
Code Context Provider MCP
MCP server that provides code context and analysis for AI assistants. Features include:
- Generate directory tree structure
- Analyze JavaScript/TypeScript and Python files
- Extract code symbols (functions, variables, classes, imports, exports)
- Compatible with the MCP protocol for seamless integration with AI assistants
Installation options are available for Windows, MacOS/Linux, and global npm setups. Available tools like get_code_context
allow directory analysis with customizable parameters.