🔌 **MCP Protocol Compliant** | 🏗️ **40+ Analysis Tools** | ⚡ **Real-time Queries**
🔌 MCP Protocol Compliant | 🏗️ 40+ Analysis Tools | ⚡ Real-time Queries. The fdep mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Everything the assistant can do here goes through one of these:
initialize_database — Setup database and import FDEP datalist_modules — Get list of modules with filteringget_module_details — Detailed module info with statisticsget_functions_by_module — List all functions in a modulesearch_modules — Pattern-based module searchget_module_dependencies — Module dependency analysisget_code_statistics — Comprehensive codebase statisticsget_function_details — Detailed function informationsearch_functions — Search functions by patternget_most_called_functions — Find frequently called functionsget_function_call_graph — Function call hierarchyget_function_callers — Who calls this functionYou will need 4 environment variables: FDEP_PATH, LOG_LEVEL, DB_HOST, DB_NAME. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Fdep's toolset — initialize_database, list_modules, get_module_details and 11 more — is a fair guide to whether it matches your workflow. It is maintained by maverox; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| initialize_database | Setup database and import FDEP data |
| list_modules | Get list of modules with filtering |
| get_module_details | Detailed module info with statistics |
| get_functions_by_module | List all functions in a module |
| search_modules | Pattern-based module search |
| get_module_dependencies | Module dependency analysis |
| get_code_statistics | Comprehensive codebase statistics |
| get_function_details | Detailed function information |
| search_functions | Search functions by pattern |
| get_most_called_functions | Find frequently called functions |
| get_function_call_graph | Function call hierarchy |
| get_function_callers | Who calls this function |
| get_function_callees | What functions this calls |
| analyze_function_complexity | Function complexity metrics |
| Variable | Description | Required |
|---|---|---|
| FDEP_PATH | Filesystem location the server is allowed to use. | Optional |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| DB_HOST | Endpoint or connection string the server talks to. | Optional |
| DB_NAME | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.