Bilinc
Rank #8,139io.github.atakanelik34/bilinc
Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.
Bilinc is a Model Context Protocol (MCP) server published by atakanelik34. It ranks #8,139 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Bilinc is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 8, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 107,452 of 115,591 servers on MCP Toplist.
Use Bilinc
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bilinc -e "BILINC_API_KEY=<your BILINC_API_KEY>" -- uvx -m bilinc.cloud_mcp bilincReplace each placeholder with your own value before saving.
[mcp_servers.bilinc]
command = "uvx"
args = ["-m", "bilinc.cloud_mcp", "bilinc"]
[mcp_servers.bilinc.env]
BILINC_API_KEY = "<your BILINC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bilinc": {
"command": "uvx",
"args": [
"-m",
"bilinc.cloud_mcp",
"bilinc"
],
"env": {
"BILINC_API_KEY": "<your BILINC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bilinc": {
"command": "uvx",
"args": [
"-m",
"bilinc.cloud_mcp",
"bilinc"
],
"env": {
"BILINC_API_KEY": "<your BILINC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bilinc": {
"type": "stdio",
"command": "uvx",
"args": [
"-m",
"bilinc.cloud_mcp",
"bilinc"
],
"env": {
"BILINC_API_KEY": "<your BILINC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bilinc": {
"command": "uvx",
"args": [
"-m",
"bilinc.cloud_mcp",
"bilinc"
],
"env": {
"BILINC_API_KEY": "<your BILINC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bilinc": {
"command": "uvx",
"args": [
"-m",
"bilinc.cloud_mcp",
"bilinc"
],
"env": {
"BILINC_API_KEY": "<your BILINC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.atakanelik34%2Fbilinc)<a href="https://mcptoplist.com/server/io.github.atakanelik34%2Fbilinc"><img src="https://mcptoplist.com/badge/io.github.atakanelik34%2Fbilinc.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
atakanelik34
Other servers by atakanelik34
View all atakanelik34 servers →Available versions (2)
| Version | Published |
|---|---|
| 2.1.9 | Aug 7, 2026 |
| 2.1.5 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Bilinc?
- Bilinc is maintained by atakanelik34, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Bilinc listed on the Official MCP Registry?
- Yes — Bilinc is listed on the Official MCP Registry, alongside Glama.
- How many versions does Bilinc have?
- MCP Toplist tracks 2 versions of Bilinc, most recently published on Aug 7, 2026.
- Where can I find the source code for Bilinc?
- The source code for Bilinc is hosted at github.com/atakanelik34/Bilinc.