mcp-server

digitaladapt/mcp-server
★ 1 stars Python Code/Dev Tools Updated 3d ago
MCP Server – Modular Command Provider
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

A **FastAPI** server that exposes arbitrary terminal commands — plus CalDAV calendars, ICS feeds, Gitea repositories, and notification providers — as reusable tools for a language model. CLI programs are registered by dropping a YAML file into `registry/`; integrations are enabled by setting environment variables. The model discovers

Tools (20)

CALDAV_EDITABLE_CALENDARCALDAV_PASSWORDCALDAV_READONLY_CALENDARSCALDAV_URLCALDAV_USERNAMEDISCORD_SERVER_NAMEDISCORD_TITLE_SUFFIXGITEA_DEFAULT_OWNERGITEA_DEFAULT_REPOGITEA_TOKENGITEA_URLICS_CALENDAR_NAMEICS_CALENDAR_URLICS_REFRESH_INTERVALMCP_API_KEYMCP_GITEA_EXTRA_TOOLSMCP_LOG_DIRMCP_LOG_ENABLEDMCP_LOG_FILEMCP_LOG_LEVEL