NyxDocs is a specialized Model Context Protocol (MCP) server that provides comprehensive documentation management for cryptocurrency projects. Built with Python and inspired by Context7's architecture, it offers real-time access to crypto project documentation, blockchain information, and development resources. - Multi-Blockchain Support: Ethereum, BSC, Polygon, Solana, and more - Real-time Docume
Add this skill
npx mdskills install nyxn-ai/nyxdocsWell-documented MCP server with useful crypto tools but lacks implementation details
NyxDocs is a specialized Model Context Protocol (MCP) server that provides comprehensive documentation management for cryptocurrency projects. Built with Python and inspired by Context7's architecture, it offers real-time access to crypto project documentation, blockchain information, and development resources.
search_crypto_projects: Search cryptocurrency projects by various criteriaget_project_info: Detailed project information with blockchain contextget_documentation: Retrieve actual documentation contentlist_blockchains: Available blockchain networkscheck_updates: Recent documentation updatesโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Data Sources โ โ NyxDocs Core โ โ MCP Client โ
โ โ โ โ โ โ
โ โข CoinGecko API โโโโโโ โข Project DB โโโโโโ โข Claude โ
โ โข GitHub API โ โ โข Doc Scraper โ โ โข Cursor โ
โ โข GitBook โ โ โข Update Monitor โ โ โข VS Code โ
โ โข Notion โ โ โข MCP Server โ โ โข Other Clients โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
# Clone the repository
git clone https://github.com/nyxn-ai/NyxDocs.git
cd NyxDocs
# Install with uv (recommended)
uv sync
# Or install with pip
pip install -e .
# Set up environment
cp .env.example .env
# Edit .env with your API keys
# Initialize database
uv run python -m nyxdocs.database.init
# Start the server
uv run python -m nyxdocs.server
{
"mcpServers": {
"nyxdocs": {
"command": "uv",
"args": ["run", "python", "-m", "nyxdocs.server"]
}
}
}
{
"mcpServers": {
"nyxdocs": {
"command": "uv",
"args": ["run", "python", "-m", "nyxdocs.server"]
}
}
}
# API Keys
COINGECKO_API_KEY=your_coingecko_api_key
GITHUB_TOKEN=your_github_token
# Database
DATABASE_URL=sqlite:///nyxdocs.db
# Or for PostgreSQL: postgresql://user:pass@localhost/nyxdocs
# Server Settings
LOG_LEVEL=INFO
UPDATE_INTERVAL=3600 # seconds
MAX_CONCURRENT_SCRAPES=5
# In your MCP client
search_crypto_projects(query="uniswap", category="DeFi", blockchain="ethereum")
get_documentation(project="uniswap", format="markdown")
check_updates(since="2024-01-01", limit=10)
NyxDocs/
โโโ nyxdocs/
โ โโโ __init__.py
โ โโโ server.py # Main MCP server
โ โโโ collectors/ # Data collection modules
โ โโโ scrapers/ # Documentation scrapers
โ โโโ database/ # Database models and operations
โ โโโ tools/ # MCP tool implementations
โ โโโ utils/ # Utility functions
โโโ tests/ # Test suite
โโโ docs/ # Documentation
โโโ pyproject.toml # Project configuration
โโโ README.md
uv run pytest
uv run ruff check
uv run mypy nyxdocs
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.
NyxDocs - Making cryptocurrency project documentation accessible and up-to-date for AI assistants.
Install via CLI
npx mdskills install nyxn-ai/nyxdocsNyxDocs - Cryptocurrency Documentation MCP Server is a free, open-source AI agent skill. NyxDocs is a specialized Model Context Protocol (MCP) server that provides comprehensive documentation management for cryptocurrency projects. Built with Python and inspired by Context7's architecture, it offers real-time access to crypto project documentation, blockchain information, and development resources. - Multi-Blockchain Support: Ethereum, BSC, Polygon, Solana, and more - Real-time Docume
Install NyxDocs - Cryptocurrency Documentation MCP Server with a single command:
npx mdskills install nyxn-ai/nyxdocsThis downloads the skill files into your project and your AI agent picks them up automatically.
NyxDocs - Cryptocurrency Documentation MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.