mcp

dnys1/mcp

3.2

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP Docs Server is a Model Context Protocol server that aggregates documentation from multiple sources and provides semantic search capabilities using vector embeddings.

Tools
3
Resources
0
Prompts
0

MCP Servers

A collection of Model Context Protocol (MCP) servers for AI assistants.

Servers

A documentation search server that provides semantic search over multiple documentation sources. Supports ingesting docs from llms.txt files or via Firecrawl web scraping.

A multi-project TODO management server. Includes both an MCP server for AI assistants and a CLI (todo) for human use.

# Quick add a todo
todo Buy milk, eggs, and butter

# List todos
todo list

# Mark as done
todo done abc123

Development

This is a Bun monorepo. To get started:

# Install dependencies
bun install

# Run a server in development
cd servers/todos
bun dev

# Build for production
bun run build

License