mcp-servers

plainsight-systems/mcp-servers
★ 0 stars Rust 🤖 AI/LLM Updated 1d ago
Rust workspace for Model Context Protocol (MCP) servers powering the AI Workbench. The goal is to improve client productivity by giving agents direct access to trusted best-practice knowledge.
View on GitHub →

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": "cargo",
      "args": [
        "run",
        "--",
        "mcp-servers"
      ]
    }
  }
}