brianxiadong/ones-wiki-mcp-server
by Various
ones-wiki-mcp-server
MCP
brianxiadong/ones-wiki-mcp-server
Added 1 June 2026
Overview
A Java-based MCP server that integrates ONES Wiki with AI assistants. It enables querying and retrieving wiki content through the Model Context Protocol.
Best for
Best for
Teams using ONES Wiki who want AI assistants to access their documentation.
Use cases
- Searching ONES wiki pages from an AI chat interface
- Fetching specific wiki documents for context-aware AI responses
- Automating wiki lookups in development workflows
How to use
Tools exposed
mvn
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "ones-wiki": {\n "command": "java",\n "args": [\n "-jar",\n "/path/to/ones-wiki-mcp-server-0.0.1-SNAPSHOT.jar",\n "--ones.host=your-ones-host.com",\n "--ones.email=your-email@example.com",\n "--ones.password=your-password"\n ]\n }\n }\n} Notes
A Java-based MCP server that integrates ONES Wiki with AI assistants. It enables querying and retrieving wiki content through the Model Context Protocol.
6 stars on GitHub. Last updated 2025-05-29.
Use cases
- Searching ONES wiki pages from an AI chat interface
- Fetching specific wiki documents for context-aware AI responses
- Automating wiki lookups in development workflows
Pros
- Open source with a permissive license
- Lightweight Java implementation
- Direct integration with ONES Wiki
Cons
- Limited to ONES Wiki ecosystem
- Small community with only 6 stars
- Requires Java runtime environment
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source with a permissive license
- Lightweight Java implementation
- Direct integration with ONES Wiki
Cons
- Limited to ONES Wiki ecosystem
- Small community with only 6 stars
- Requires Java runtime environment
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.