M
MCP Servers
by @JadeCong
MCP Servers for Custom Agents.
Created 10/31/2025
Updated about 9 hours ago
README
Repository documentation and setup instructions
MCP Servers
MCP Servers for Custom Agents.
1. Tools
2. Resources
3. Prompts
References
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/JadeCong/MCP-Servers
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
  "mcpServers": {
    "jadecong-mcp-servers": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/JadeCong/MCP-Servers"
      ]
    }
  }
}