Advanced MCP server for intelligent conversation context management and session continuity
MCP Conductor becomes available to MCP clients through the mcp conductor mcp server. Advanced MCP server for intelligent conversation context management and session continuity.
MCP Conductor is the world's first 5-MCP orchestration system that eliminates session startup overhead through intelligent project caching. It coordinates Memory MCP, Claudepoint MCP, Filesystem MCP, Git MCP, and Database MCPs to provide seamless conversation continuity.
Once connected, the assistant can call this tool directly:
Testing — The Testing tool exposed by this serverThe server is distributed via npm as npm, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
The server reads 3 environment variables: MCP_CONDUCTOR_PROJECT_DIR, MCP_CONDUCTOR_WORKSPACE, LOG_LEVEL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Conductor sits in that group, and the shape of its toolset — Testing — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Testing | The Testing tool exposed by this server. |
{
"mcpServers": {
"conversation-continuity": {
"command": "node",
"args": ["/path/to/mcp-conductor/dist/index.js"],
"env": {
"MCP_CONDUCTOR_PROJECT_DIR": "/Users/YourName/Projects",
"MCP_CONDUCTOR_WORKSPACE": "/Users/YourName/Projects/claude"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_CONDUCTOR_PROJECT_DIR | Filesystem location the server is allowed to use. | Optional |
| MCP_CONDUCTOR_WORKSPACE | Configuration value read at startup. | Optional |
| LOG_LEVEL | 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.