Seldonframe
Rank #8,586io.github.seldonframe/mcp
Build, deploy, and sell AI agents for local-service businesses - from your IDE.
Seldonframe is a Model Context Protocol (MCP) server published by seldonframe. It ranks #8,586 of 115,460 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. Seldonframe is listed on Official MCP, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 106,874 of 115,460 servers on MCP Toplist.
Use Seldonframe
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http seldonframe https://mcp.seldonframe.com/v1claude mcp add seldonframe -- npx -y @seldonframe/mcp[mcp_servers.seldonframe]
url = "https://mcp.seldonframe.com/v1"Add to ~/.codex/config.toml.
[mcp_servers.seldonframe]
command = "npx"
args = ["-y", "@seldonframe/mcp"]Add to ~/.codex/config.toml.
https://mcp.seldonframe.com/v1Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"seldonframe": {
"url": "https://mcp.seldonframe.com/v1"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"seldonframe": {
"type": "http",
"url": "https://mcp.seldonframe.com/v1"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"seldonframe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"seldonframe": {
"serverUrl": "https://mcp.seldonframe.com/v1"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"seldonframe": {
"url": "https://mcp.seldonframe.com/v1"
}
}
}{
"mcpServers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}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.seldonframe%2Fmcp)<a href="https://mcptoplist.com/server/io.github.seldonframe%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.seldonframe%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
seldonframe
Other servers by seldonframe
View all seldonframe servers →Available versions (1)
| Version | Published |
|---|---|
| 1.59.1 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Seldonframe?
- Seldonframe is maintained by seldonframe, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Seldonframe listed on the Official MCP Registry?
- Yes — Seldonframe is listed on the Official MCP Registry.
- How many versions does Seldonframe have?
- MCP Toplist tracks 1 version of Seldonframe, most recently published on Jul 3, 2026.
- Where can I find the source code for Seldonframe?
- The source code for Seldonframe is hosted at github.com/seldonframe/seldonframe.