Inferra
Rank #67,985io.github.zaharajabeen13-create/inferra-mcp
Auditable rule-based decisions with RAG explanations: a Rete engine decides, an LLM explains why.
Inferra is a Model Context Protocol (MCP) server published by zaharajabeen13-create. It ranks #67,985 of 132,113 servers tracked on MCP Toplist. Inferra is listed on Official MCP, with 1 tracked version. It was first listed on Jul 12, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 64,128 of 132,113 servers on MCP Toplist.
Use Inferra
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add inferra-mcp -e "INFERRA_API_KEY=<your INFERRA_API_KEY>" -e "INFERRA_API_URL=<your INFERRA_API_URL>" -- uvx inferra-mcpReplace each placeholder with your own value before saving.
[mcp_servers.inferra-mcp]
command = "uvx"
args = ["inferra-mcp"]
[mcp_servers.inferra-mcp.env]
INFERRA_API_KEY = "<your INFERRA_API_KEY>"
INFERRA_API_URL = "<your INFERRA_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inferra-mcp": {
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "<your INFERRA_API_KEY>",
"INFERRA_API_URL": "<your INFERRA_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inferra-mcp": {
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "<your INFERRA_API_KEY>",
"INFERRA_API_URL": "<your INFERRA_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"inferra-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "<your INFERRA_API_KEY>",
"INFERRA_API_URL": "<your INFERRA_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inferra-mcp": {
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "<your INFERRA_API_KEY>",
"INFERRA_API_URL": "<your INFERRA_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inferra-mcp": {
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "<your INFERRA_API_KEY>",
"INFERRA_API_URL": "<your INFERRA_API_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/io.github.zaharajabeen13-create%2Finferra-mcp)<a href="https://mcptoplist.com/server/io.github.zaharajabeen13-create%2Finferra-mcp"><img src="https://mcptoplist.com/badge/io.github.zaharajabeen13-create%2Finferra-mcp.svg" alt="MCP Toplist: #67,985 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
zaharajabeen13-create
Other servers by zaharajabeen13-create
View all zaharajabeen13-create servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Inferra?
- Inferra is maintained by zaharajabeen13-create, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Inferra listed on the Official MCP Registry?
- Yes — Inferra is listed on the Official MCP Registry.
- How many versions does Inferra have?
- MCP Toplist tracks 1 version of Inferra, most recently published on Jul 12, 2026.
- Where can I find the source code for Inferra?
- The source code for Inferra is hosted at github.com/zaharajabeen13-create/ai-rete-rag.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.