Command Palette

Search for a command to run...

Home / Servers

mcp-servers

Updated 13d ago

by AsheTheWings

MCP servers

This repository contains independently installable local Model Context Protocol servers.

  • design manages linked design and requirements documents, implementation snapshots, and design-scoped memory over stdio.

Setup and verification

Python 3.11+ and uv are required.

uv sync --all-packages --group dev
uv run ruff format --check .
uv run ruff check .
uv run ty check
uv run pytest
uv build --all-packages

config/codex.toml contains the local design server registration. Its launch command assumes this repository remains at /root/Desktop/mcp-servers.

Adding a server

Create an independently installable package at the repository root, register it as a uv workspace member, and expose a console script that runs stdio by default. Keep domain logic separate from the MCP adapter. Add pure unit tests for domain invariants and at least one component test using mcp.Client(server) so discovery, schema generation, structured output, and error behavior are exercised through the protocol.

See AGENTS.md for maintenance rules.

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

204,501

mcp-server-fetch

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

90,371

@modelcontextprotocol/server-everything

OfficialUpdated 14d ago

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

90,371

mcp-server-git

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

90,371