Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions servers/io.global-chat-mcp-npx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "io.global-chat-mcp-npx",
"name": "Global Chat MCP Server",
"alias": "global-chat",
"description": "Cross-protocol AI agent discovery. Search and register agents across MCP, A2A, and agents.txt protocols. Aggregates 100K+ agents from 15+ registries into a single searchable interface.",
"icon": "https://global-chat.io/icon-512.png",
"schema_version": "2.1",
"categories": [
"developer-tools",
"search-web"
],
"tags": [
"ai-agents",
"mcp",
"agent-discovery",
"agents-txt",
"a2a",
"registry",
"developer-tools"
],

"transport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@global-chat/mcp-server"
]
},

"auth": {
"type": "none"
},

"contributor": {
"name": "nicobailon",
"github": "nicobailon",
"url": "https://global-chat.io"
},

"links": {
"repository": "https://github.com/nicobailon/global-chat",
"homepage": "https://global-chat.io",
"documentation": "https://github.com/nicobailon/global-chat#mcp-server"
},

"platforms": [
"all"
],

"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
Loading