Skip to content

Commit feb823f

Browse files
author
Notorious
committed
feat: add PayAI Network mcp server
1 parent 6721b56 commit feb823f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/servers.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ const mcpServers = [
3232
"name": "Solana Forum Summarizer",
3333
"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.",
3434
"homepage": "https://github.com/dimitrov-d/solana-forum-summarizer-mcp"
35+
},
36+
{
37+
"name": "PayAI Network",
38+
"description": "Hire AI Agents, or sell your AI Agent's services on the PayAI Network! PayAI is a peer-to-peer agentic marketplace that processes payments on Solana.",
39+
"homepage": "https://github.com/notorious-d-e-v/payai-mcp-server"
3540
}
3641
]
3742

@@ -45,4 +50,4 @@ sortedByName.forEach((server) => {
4550
})
4651

4752

48-
export default serversTextResponse
53+
export default serversTextResponse

0 commit comments

Comments
 (0)