Docs MCP

The Ownera Documentation Model Context Protocol (MCP) server enables AI-powered code editors like Cursor and Windsurf, plus general-purpose tools like Claude Desktop, to access your Ownera documentation.

What is MCP?

Model Context Protocol (MCP) is an open standard that allows AI applications to securely access external data sources and tools. The Ownera MCP server provides AI agents with:

  • Documentation search capabilities
  • Code generation assistance based on Ownera documentation

Ownera MCP Server Setup

Ownera hosts a remote MCP server at https://finp2p-docs.ownera.io/mcp. Configure your AI development tools to connect to this server.

Add to~/.cursor/mcp.json:

{
  "mcpServers": {
    "ownera": {
      "url": "https://finp2p-docs.ownera.io/mcp"
    }
  }
}

Testing Your MCP Setup

Once configured, you can test your MCP server connection:

  1. Open your AI editor (Cursor, Windsurf, etc.)
  2. Start a new chat with the AI assistant
  3. Ask about Ownera documentation - try questions like:
    • "How do I use [specific Ownera feature]?"
    • "Explain the [Ownera concept] from the documentation."
    • "Show me documentation for [Ownera API or tool]"

The AI should now have access to your Ownera documentation through the MCP server.