Attach
Freeby MCP Community
Attach to an in-process MCP server instance and return a Session.
v1.1.2Added Apr 12, 2026
mcpattachsessionin-memory
Attach MCP Server
Attach to an in-process MCP server instance and return a Session.
Installation
Reviews
Installation
Quick install
npx -y @mcp-layer/attach
Add to claude_desktop_config.json
{
"mcpServers": {
"attach": {
"command": "npx",
"args": ["-y", "@mcp-layer/attach"]
}
}
}