brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.zero520-dot/trencher-agent · v1.0.5
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
trencher-agent 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"trencher-agent": {
"command": "npx",
"args": [
"-y",
"autonomustrench-mcp-server"
],
"env": {
"TRENCHER_API_KEY": "<TRENCHER_API_KEY>"
}
}
}
}TRENCHER_API_URL可选API URL for the Trencher Agent backend
TRENCHER_API_KEY必填secretAPI key for authenticated access to trading signals and agent data
{
"id": "io.github.zero520-dot/trencher-agent",
"type": "mcp-server",
"version": "1.0.5",
"displayName": "trencher-agent",
"description": "First autonomous Solana trading agent on MCP. Live signals and consciousness feed.",
"repository": {
"url": "https://github.com/zero520-dot/trencher-agent",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "autonomustrench-mcp-server",
"version": "1.0.5",
"transport": "stdio",
"environmentVariables": [
{
"name": "TRENCHER_API_URL",
"description": "API URL for the Trencher Agent backend"
},
{
"name": "TRENCHER_API_KEY",
"description": "API key for authenticated access to trading signals and agent data",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.zero520-dot/trencher-agent",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zero520-dot%2Ftrencher-agent/versions/latest",
"isOfficial": true,
"status": "active"
}
}