code-context-provider-mcp
If you are the rightful owner of code-context-provider-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Code Context Provider MCP is a server that provides code context and analysis for AI assistants using WebAssembly Tree-sitter parsers.
The Code Context Provider MCP is a server designed to enhance AI assistants by providing detailed code context and analysis. It utilizes WebAssembly Tree-sitter parsers to extract directory structures and code symbols without relying on native dependencies. This server is particularly useful for analyzing JavaScript, TypeScript, and Python files, making it a versatile tool for developers working with these languages. The MCP protocol compatibility ensures seamless integration with AI assistants, allowing for efficient code analysis and symbol extraction. The server can generate directory tree structures, analyze code files, and extract symbols such as functions, variables, classes, imports, and exports. It is designed to work across different platforms, including Windows, MacOS, and Linux, and can be installed globally using npm or via Smithery for specific clients like Claude Desktop.
Features
- 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