mcp_servers

DioniSilva/mcp_servers
★ 0 stars TypeScript File System Updated 15d ago
An MCP server.
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_servers": {
      "command": "npx",
      "args": [
        "-y",
        "DioniSilva/mcp_servers"
      ]
    }
  }
}

README Excerpt

Workspace for reusable local MCP servers. ```text mcp_servers/ package.json package-lock.json servers/ shared-catalog/ package.json src/ tests/ catalog/ obsidian-integration/ package.json src/ tests/ resources/ ``` Each subdirectory in `servers/` is an independently publishable MCP server. Install dependencies from the root: