deep-code-reasoning-mcp
Verified Safeby haasonsaas
Overview
An AI agent system for deep code analysis and reasoning, likely leveraging large language models (LLMs).
Installation
npm startSecurity Notes
Relies on external AI APIs (e.g., Gemini) for core functionality, introducing network dependencies. Environment variables are used for sensitive configurations, which is standard practice. Without code content, specific 'eval' or obfuscation checks are not possible.
Similar Servers
agents
Provides a Model Context Protocol (MCP) server that exposes a comprehensive API for managing Inkeep agents, tools, credentials, and projects, enabling external systems and agents to interact with the Inkeep Agent Framework.
code-index-mcp
Provides intelligent code indexing, searching, and analysis capabilities for large language models to understand and navigate codebases.
volcano-sdk
A TypeScript SDK for building multi-provider AI agents that chain LLM reasoning with external tools and orchestrate multi-agent workflows.
code-assistant
Provides a standardized interface for AI coding agents to communicate with code editors (Clients) using JSON-RPC 2.0 over stdio, supporting autonomous code analysis and modification.