Skip to main content
Other Tools and IntegrationsJava

brianxiadong/ones-wiki-mcp-server

A Spring AI MCP-based service for retrieving ONES Waiki content and converting it to AI-friendly text format.

other-tools-and-integrationscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/brianxiadong/ones-wiki-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ones-wiki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "brianxiadong/ones-wiki-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Java
Author
brianxiadong