Skip to content
Discussion options

You must be logged in to vote

Hey @jamisonbryant, great question!

What's Happening

This is the MCP Pool feature in action. When you have this in your ~/.agent-deck/config.toml:

[mcp_pool]
enabled = true
pool_all = true

Agent-deck pre-starts all MCPs as socket proxies on launch, so they're ready for instant attachment. The upside is faster MCP switching. The downside is exactly what you're seeing: OAuth flows trigger, Docker containers spin up, etc.

How to Handle It

Option 1: Disable the pool entirely (simplest)

[mcp_pool]
enabled = false

MCPs will only start when you actually attach them to a session (stdio mode). This is the default behavior.

Option 2: Be selective about what gets pooled

[mcp_pool]
enabled = true
poo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by asheshgoplani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants