PluginBench
MCP Server
Active

Bilinc MCP Server

io.github.atakanelik34/bilinc

What is the Bilinc MCP server?

Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.

How to install Bilinc

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BILINC_API_KEY
    required
    secret

    Bilinc Cloud API key (bil_live_...). Create one in the Bilinc Cloud dashboard at https://bilinc.space.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": [
        "bilinc",
        "-m",
        "bilinc.cloud_mcp"
      ],
      "env": {
        "BILINC_API_KEY": "<YOUR_BILINC_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": [
        "bilinc",
        "-m",
        "bilinc.cloud_mcp"
      ],
      "env": {
        "BILINC_API_KEY": "<YOUR_BILINC_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": [
        "bilinc",
        "-m",
        "bilinc.cloud_mcp"
      ],
      "env": {
        "BILINC_API_KEY": "<YOUR_BILINC_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bilinc": {
      "type": "stdio",
      "command": "python",
      "args": [
        "bilinc",
        "-m",
        "bilinc.cloud_mcp"
      ],
      "env": {
        "BILINC_API_KEY": "<YOUR_BILINC_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add bilinc --env BILINC_API_KEY=<YOUR_BILINC_API_KEY> -- python bilinc -m bilinc.cloud_mcp

Related MCP servers

Clawifi

Active

Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.

0
Python
MIT
View repository →

8-tool AI web intelligence suite: search, scrape, screenshot, SEO, docs, crypto, code.

View repository →