The Neural Ledger Intelligence
Rank #8,169com.theneuralledger/intelligence
Read-only global event and evidence intelligence with entities, assets, and impact paths.
The Neural Ledger Intelligence is a Model Context Protocol (MCP) server published by bekirdag. It ranks #8,169 of 103,283 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. The Neural Ledger Intelligence is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 19, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 95,114 of 103,283 servers on MCP Toplist.
Use The Neural Ledger Intelligence
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add intelligence -e "TNL_API_KEY=<your TNL_API_KEY>" -e "TNL_BASE_URL=<your TNL_BASE_URL>" -- npx -y @theneuralledger/mcpReplace each placeholder with your own value before saving.
[mcp_servers.intelligence]
command = "npx"
args = ["-y", "@theneuralledger/mcp"]
[mcp_servers.intelligence.env]
TNL_API_KEY = "<your TNL_API_KEY>"
TNL_BASE_URL = "<your TNL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<your TNL_API_KEY>",
"TNL_BASE_URL": "<your TNL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<your TNL_API_KEY>",
"TNL_BASE_URL": "<your TNL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<your TNL_API_KEY>",
"TNL_BASE_URL": "<your TNL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<your TNL_API_KEY>",
"TNL_BASE_URL": "<your TNL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<your TNL_API_KEY>",
"TNL_BASE_URL": "<your TNL_BASE_URL>"
}
}
}
}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/com.theneuralledger%2Fintelligence)<a href="https://mcptoplist.com/server/com.theneuralledger%2Fintelligence"><img src="https://mcptoplist.com/badge/com.theneuralledger%2Fintelligence.svg" alt="MCP Toplist: Top 10% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bekirdag
Other servers by bekirdag
View all bekirdag servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 20, 2026 |
Frequently asked questions
- Who maintains The Neural Ledger Intelligence?
- The Neural Ledger Intelligence is maintained by bekirdag, which publishes 2 MCP servers (68 total versions) tracked on MCP Toplist.
- Is The Neural Ledger Intelligence listed on the Official MCP Registry?
- Yes — The Neural Ledger Intelligence is listed on the Official MCP Registry, alongside Glama.
- How many versions does The Neural Ledger Intelligence have?
- MCP Toplist tracks 1 version of The Neural Ledger Intelligence, most recently published on Jul 20, 2026.
- Where can I find the source code for The Neural Ledger Intelligence?
- The source code for The Neural Ledger Intelligence is hosted at github.com/bekirdag/tnl-intelligence.