Skip to content

Attach

Free

by MCP Community

Attach to an in-process MCP server instance and return a Session.

v1.1.2Added Apr 12, 2026
mcpattachsessionin-memory
Works with:ClaudeGPTGeminiCopilot

Attach MCP Server

Attach to an in-process MCP server instance and return a Session.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-layer/attach
Add to claude_desktop_config.json
{
  "mcpServers": {
    "attach": {
      "command": "npx",
      "args": ["-y", "@mcp-layer/attach"]
    }
  }
}