brianxiadong/ones-wiki-mcp-server

šŸ› ļø Other Tools and Integrations
0 Views
0 Installs

ā˜• ā˜ļø/šŸ  - A Spring AI MCP-based service for retrieving ONES Waiki content and converting it to AI-friendly text format.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "brianxiadong-ones-wiki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "brianxiadong-ones-wiki-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

ONES Wiki MCP Server

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

Features

  • šŸ” ONES platform authentication support
  • 🌐 Automatic conversion from Wiki URLs to API endpoints
  • šŸ“„ Extract and format Wiki page content
  • šŸ¤– AI-friendly text output format
  • āš™ļø Configuration via properties file or command line arguments

Prerequisites

  • Java 17 or higher
  • Maven 3.6 or higher
  • Access to a ONES platform instance

Quick Start

1. Build the Project

mvn clean package

2. Configure Authentication

Option 1: Modify application.properties

Edit src/main/resources/application.properties:

ones.host=your-ones-host.com
ones.email=your-email@example.com
ones.password=your-password

Option 2: Use Command Line Arguments

java -jar target/ones-wiki-mcp-server-0.0.1-SNAPSHOT.jar \
  --ones.host=your-ones-host.com \
  --ones.email=your-email@example.com \
  --ones.password=your-password

Option 3: Use Environment Variables

export ONES_HOST=your-ones-host.com
export ONES_EMAIL=your-email@example.com
export ONES_PASSWORD=your-password
./start-mcp-server.sh

3. Configure in MCP Client

Add to Claude Desktop configuration file:

{
  "mcpServers": {
    "ones-wiki": {
      "command": "java",
      "args": [
        "-jar",
        "/path/to/ones-wiki-mcp-server-0.0.1-SNAPSHOT.jar",
        "--ones.host=your-ones-host.com",
        "--ones.email=your-email@example.com",
        "--ones.password=your-password"
      ]
    }
  }
}

Usage

Get Wiki Content

Provide the complete Wiki page URL when using the tool:

Please get the content of this Wiki page: https://your-ones-host.com/wiki/#/team/TEAM_UUID/space/SPACE_UUID/page/PAGE_UUID

URL Format

Supported Wiki URL format:

https://{host}/wiki/#/team/{team_uuid}/space/{space_uuid}/page/{page_uuid}

Automatically converts to API endpoint:

https://{host}/wiki/api/wiki/team/{team_uuid}/online_page/{page_uuid}/content

Output Format

The service converts Wiki page HTML content to structured Markdown format, including:

  • āœ… Heading levels (H1-H6)
  • āœ… Paragraph text
  • āœ… Ordered and unordered lists
  • āœ… Table data (key-value format)
  • āœ… Image descriptions
  • āœ… Link information
  • āŒ Strikethrough content (automatically filtered)

Technical Architecture

  • Spring Boot 3.4.5 - Application framework
  • Spring AI MCP - MCP protocol support
  • Jsoup 1.17.2 - HTML parsing
  • RestClient - HTTP client

Security Notes

  • Authentication credentials should be managed via environment variables or configuration files
  • HTTPS connections supported
  • Automatic handling of ONES platform login authentication

Development

Project Structure

src/main/java/org/springframework/ai/mcp/sample/server/
ā”œā”€ā”€ McpServerApplication.java    # Main application
└── OnesWikiService.java        # ONES Wiki service

Running Tests

mvn test

Building from Source

git clone https://github.com/your-username/ones-wiki-mcp-server.git
cd ones-wiki-mcp-server
mvn clean package

Extending Functionality

You can add more tool methods to OnesWikiService, such as:

  • Search Wiki pages
  • Get Wiki directory structure
  • Batch process multiple pages

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

Apache License 2.0

Related MCP Servers

modelcontextprotocol/server-everythingVerified

šŸ“‡ šŸ  - MCP server that exercises all the features of the MCP protocol

šŸ› ļø Other Tools and Integrations1 views
0xMassi/webclaw

šŸ¦€ šŸ  šŸŽ 🐧 - Web content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. npx create-webclaw auto-configures Claude, Cursor, Windsurf, Codex, OpenCode.

šŸ› ļø Other Tools and Integrations0 views
2niuhe/plantuml_web

šŸ šŸ  ā˜ļø šŸŽ 🪟 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation.

šŸ› ļø Other Tools and Integrations0 views
2niuhe/qrcode_mcp

šŸ šŸ  šŸŽ 🪟 🐧 - A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output.

šŸ› ļø Other Tools and Integrations0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 7:54:57 PM

Unclaimed listing (imported or pending owner verification). Claim it →
ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.