Sourcey

v1.0.0Developer Toolsstable

Precision documentation from OpenAPI, MCP, Doxygen, and Markdown guides. Static HTML you own.

api-documentationdeveloper-toolsdocsdocumentationdocumentation-generator
Share:
1,295
Stars
0
Downloads
0
Weekly
0/5

What is Sourcey?

Sourcey is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to precision documentation from openapi, mcp, doxygen, and markdown guides. static html you own.

Precision documentation from OpenAPI, MCP, Doxygen, and Markdown guides. Static HTML you own.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Precision documentation from OpenAPI, MCP, Doxygen, and Mark

Use Cases

Generate static HTML documentation from OpenAPI and Doxygen specs.
Create beautiful, owned API documentation.
Support Markdown guides and llms.txt format.
sourcey

Maintainer

LicenseAGPL-3.0
Languagetypescript
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx sourcey

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Sourcey

Sourcey generates precision API documentation from OpenAPI, MCP, Doxygen, and Markdown specifications. It produces static HTML documentation that you own, supporting llms.txt format for AI integration and offering control over your API's documentation presentation.

Prerequisites

  • Node.js 18+ installed
  • An MCP client such as Claude Desktop or Cursor
  • API specification files (OpenAPI, MCP, Doxygen, or Markdown)
  • Basic understanding of documentation formats
1

Install Sourcey

Install using npx.

npx sourcey
2

Prepare your API specifications

Gather your OpenAPI, MCP, Doxygen, or Markdown documentation files. Ensure they're well-formatted and accessible.

3

Add to your client configuration

Register Sourcey in your MCP client's configuration.

{
  "mcpServers": {
    "sourcey": {
      "command": "npx",
      "args": ["sourcey"]
    }
  }
}
4

Configure documentation generation

Point Sourcey to your specification files and configure output directory. Check the repository for CLI options.

5

Restart your MCP client

Close and reopen your client to load Sourcey.

6

Generate and test documentation

Ask Claude to help generate static HTML documentation from your specifications or optimize for llms.txt format.

Sourcey Examples

Client configuration

Add this to your MCP client configuration for documentation generation.

{
  "mcpServers": {
    "sourcey": {
      "command": "npx",
      "args": ["sourcey"]
    }
  }
}

Prompts to try

Test Sourcey with documentation generation prompts.

"Generate static HTML documentation from my OpenAPI specification"
"Create llms.txt format documentation for my API"
"Help me optimize my API documentation for AI tool usage"

Troubleshooting Sourcey

Cannot parse API specification files

Verify your OpenAPI, MCP, or Doxygen files are valid using online validators. Ensure file paths are correct. Check file format and schema compliance.

Generated documentation has formatting issues

Review your source specification for completeness and correctness. Check the repository documentation for customization options. Ensure all required fields are populated in your specs.

Frequently Asked Questions about Sourcey

What is Sourcey?

Sourcey is a Model Context Protocol (MCP) server that precision documentation from openapi, mcp, doxygen, and markdown guides. static html you own. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Sourcey?

Follow the installation instructions on the Sourcey GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Sourcey?

Sourcey works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Sourcey free to use?

Yes, Sourcey is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "sourcey": { "command": "npx", "args": ["-y", "sourcey"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Sourcey?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides