> ## Documentation Index
> Fetch the complete documentation index at: https://docs.membase.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Generic MCP URL

> Connect any MCP-compatible AI client to Membase using a generic server URL. Works with any tool that supports the Model Context Protocol.

For any MCP-compatible client not listed in the other guides, use the server URL directly:

```
https://mcp.membase.so/mcp
```

<Steps>
  <Step title="Copy the MCP Server URL">
    ```
    https://mcp.membase.so/mcp
    ```
  </Step>

  <Step title="Paste the URL into your client's MCP configuration">
    Set the transport type to **Streamable HTTP** and authentication to **OAuth**.
  </Step>

  <Step title="Authenticate">
    Complete the OAuth flow when prompted.
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Bring Your Context" icon="download" href="/getting-started/bring-context">
    Import chat history, connect apps, and more.
  </Card>

  <Card title="Use Your Context" icon="comment-dots" href="/getting-started/use-context">
    Chat with Memory, agent retrieval, and dashboard exploration.
  </Card>

  <Card title="Knowledge Wiki" icon="book" href="/features/wiki">
    Store factual knowledge alongside your memories.
  </Card>

  <Card title="Membase MCP" icon="link" href="/features/membase-mcp">
    See every MCP tool your agent can call.
  </Card>
</CardGroup>
