Back to MCP Servers
Ones Wiki
A Spring AI MCP-based service for retrieving ONES Waiki content and converting it to AI-friendly text format.
other-tools-and-integrationsai
By brianxiadong
Installation
npx -y ones-wiki-mcp-serverConfiguration
{
"mcpServers": {
"ones-wiki-mcp-server": {
"command": "npx",
"args": ["-y", "ones-wiki-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes