Skip to content

Commit 0adeca0

Browse files
author
Notorious
committed
feat: add Spice mpc server
1 parent e2d45d2 commit 0adeca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/servers.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ const mcpServers = [
1717
"name": "Solana Model Context Protocol (MCP) Demo",
1818
"description": "This demo showcases a simple MCP server implementation that provides basic RPC methods for Solana (getBalance, getAccountInfo, getTransaction), and some helpful prompts for Solana development.",
1919
"homepage": "https://github.com/solana-foundation/solana-dev-mcp"
20+
},
21+
{
22+
"name": "Spice Solana Data Querying",
23+
"description": "MCP server that implements a Solana data query system. It allows users to fetch Solana catalog metadata, and provides tools for querying Solana blockchain data via Flipside API.",
24+
"homepage": "https://github.com/getnimbus/spice/tree/main"
2025
}
2126
]
2227

0 commit comments

Comments
 (0)