Connection lifecycle

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs-marketplace.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Memo Bank Marketplace MCP server": {
    "url": "https://docs-marketplace.api.memo.bank/mcp"
  }
}

Close

A connection represents the link between your application and a user on a specific Memo Bank workspace. A single connection can exist for a user/workspace pair at a given time.

The ID of the connection can be retrieved from the OAuth2 token endpoint and will be sent along events to the application's webhooks.

When a user deactivates a connection, requests to the API will fail with an inactive_connection error code.