What is the AICIA AI Signal MCP server?
Closed-source remote MCP: model benchmarks, costs, HN signals, tech registry.
How to install AICIA AI Signal
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token issued out-of-band (AICIA_MCP_AUTH_TOKEN)
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"aicia-ai-signal": {
"url": "https://aicia-mcp.lxsgocode123.workers.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aicia-ai-signal": {
"serverUrl": "https://aicia-mcp.lxsgocode123.workers.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"aicia-ai-signal": {
"type": "http",
"url": "https://aicia-mcp.lxsgocode123.workers.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"aicia-ai-signal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aicia-mcp.lxsgocode123.workers.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http aicia-ai-signal https://aicia-mcp.lxsgocode123.workers.dev/mcpRelated MCP servers
VibeLawyer
Active
Local MCP for Chinese criminal dossier review; Word notes + Excel catalogs stay on-device.
0
View repository →Python
MIT