MCP
Connect your client
Add the Obsidian MCP server to your assistant once, and it keeps the regulatory layer available for every future conversation.
The endpoint is the same everywhere:
https://mcp.obsidianri.com/mcp
On first connection each client runs a one‑click sign‑in that links the server to your Obsidian account. Create a free account first if you do not have one.
Claude (Desktop & web)
- Open Settings → Connectors.
- Choose Add custom connector.
- Set the URL to
https://mcp.obsidianri.com/mcpand save. - Approve the sign‑in prompt to connect your Obsidian account.
Cursor
Add the server to your MCP configuration:
{
"mcpServers": {
"obsidian-regulatory": {
"url": "https://mcp.obsidianri.com/mcp"
}
}
}
Reload, then complete the sign‑in when prompted.
Other MCP clients
Any client that supports a remote Streamable HTTP MCP server works. Point it at https://mcp.obsidianri.com/mcp and complete the OAuth sign‑in. If your client asks for a transport type, choose Streamable HTTP (not SSE).
Verify it works
Ask a regulatory question and confirm the assistant calls the regulatory_search tool:
What are the CSRD reporting deadlines for large EU companies?
A correct connection returns sourced results with official references. If nothing happens, check that the connector is enabled and that you completed the sign‑in.