codex-workspace-codegraph-mcp
Related Servers
Alternatives to codex-workspace-codegraph-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceA local-first MCP server providing secure workspace file operations, offline full-text search, and web search/fetch capabilities without requiring API keys.10-
- AlicenseNot gradedqualityCmaintenanceA production-grade MCP server for local git repositories that provides tools for code search, git history analysis, complexity metrics, test discovery, and dependency management.MIT
- FlicenseNot gradedqualityDmaintenanceA modular MCP server that provides tools for file operations, regex-based code searching, and structural analysis of functions and classes across multiple programming languages. It also includes AI-powered features for intelligently updating files according to architectural changes.-
- AlicenseCqualityDmaintenanceA privacy-first MCP server that provides local LLM-enhanced tools for code analysis, security scanning, and automated task execution using backends like Ollama and LM Studio. It enables symbol-aware code reviews and workspace exploration while ensuring that all code and analysis remain strictly on your local machine.36ISC
- AlicenseBqualityCmaintenanceA local-first MCP server that provides AI agents with safe codebase access through file discovery, hybrid lexical-semantic search, and project introspection. It features durable local memory and semantic indexing while keeping all data and processing entirely on your local machine.7447 npm6MIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that indexes your codebase and provides AI assistants with deep context including file tree, full-text search, git history, dependencies, and stack detection, all without sending your code to third parties.1 npm1MIT
TDQS
Scored across 34 tools
Several tool clusters overlap—file writing (write_file/edit_file/apply_patch), file reading (read_file/read_many_files/codegraph_node/codegraph_explore), and codegraph queries (search/node/callers/callees/impact)—creating potential misselection. However, detailed descriptions and explicit 'use codegraph_explore instead' guidance help an agent choose correctly.
All names are snake_case, and mutating actions generally use verb_noun (write_file, edit_file, move_path, create_directory, update_plan), while read judgements use noun_phrases (git_status, workspace_info, codegraph_files). Minor deviations like interactive_feedback and codegraph_node are noticeable but not confusing.
With 34 tools, this is a very heavy surface for one MCP server. The wide scope—file ops, git, planning, and codegraph—explains the quantity, but the number still exceeds the range where a tool set is easy to navigate, and many tools could be consolidated.
The file workspace lifecycle is well covered (create, read, update, delete, move, list, search), and the codegraph side offers init, sync, search, impact, callers, callees, node, and explore. Missing git write operations (add, commit, push) and a dedicated file copy tool are workaroundable via exec_command.