Connect MCP & API
Notive ships a hosted MCP server with OAuth. Any MCP-compatible client can search, read and capture into your library.
How to connect
- 1Endpoint: https://notive.space/mcp (Streamable HTTP)
- 2Auth: OAuth 2.1 with dynamic client registration — clients discover it at /.well-known/oauth-protected-resource.
- 3Every call runs as the signed-in Notive user, scoped by row-level security.
Configuration
{
"mcpServers": {
"notive": {
"url": "https://notive.space/mcp"
}
}
}Good to know
Tools: search_library, get_page, list_collections, capture_content, ask_notive.
