Skip to content

Commit 5308238

Browse files
Merge pull request #7 from notorious-d-e-v/@zkdamien
feat: add Solana Limit Order and Solana Forum Summarizer
2 parents 446b538 + d483c20 commit 5308238

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/servers.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ const mcpServers = [
2222
"name": "Spice Solana Data Querying",
2323
"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.",
2424
"homepage": "https://github.com/getnimbus/spice/tree/main"
25+
},
26+
{
27+
"name": "Solana Limit Order",
28+
"description": "Create Limit Orders on Solana via Jupiter, get an overview of your open orders, view your past orders, and cancel open limit orders!",
29+
"homepage": "https://github.com/dimitrov-d/solana-limit-order-mcp"
30+
},
31+
{
32+
"name": "Solana Forum Summarizer",
33+
"description": "Get posts from the Solana Forum, including latest posts, and top posts. Filter forum posts by category, activity, age, author and more. Search forum posts by keywords. Summarize forum posts.",
34+
"homepage": "https://github.com/dimitrov-d/solana-forum-summarizer-mcp"
2535
}
2636
]
2737

@@ -35,4 +45,4 @@ sortedByName.forEach((server) => {
3545
})
3646

3747

38-
export default serversTextResponse
48+
export default serversTextResponse

0 commit comments

Comments
 (0)