brianxiadong/ones-wiki-mcp-server
A Spring AI MCP-based service for retrieving ONES Waiki content and converting it to AI-friendly text format.
Quick Start
Clone the repository:
git clone https://github.com/brianxiadong/ones-wiki-mcp-serverClaude 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.