Spineframe
Rank #1,690io.github.Ratnaditya-J/spineframe
MCP server providing spineframe capabilities
Spineframe is a Model Context Protocol (MCP) server published by Ratnaditya-J. It ranks #1,690 of 115,591 servers tracked on MCP Toplist, and its repository has 160 GitHub stars. Spineframe is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 113,901 of 115,591 servers on MCP Toplist.
Use Spineframe
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add spineframe -e "SPINEFRAME_RUNS_DIR=<your SPINEFRAME_RUNS_DIR>" -e "SPINEFRAME_CONFIG=<your SPINEFRAME_CONFIG>" -- uvx spineframeReplace each placeholder with your own value before saving.
[mcp_servers.spineframe]
command = "uvx"
args = ["spineframe"]
[mcp_servers.spineframe.env]
SPINEFRAME_RUNS_DIR = "<your SPINEFRAME_RUNS_DIR>"
SPINEFRAME_CONFIG = "<your SPINEFRAME_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<your SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<your SPINEFRAME_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<your SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<your SPINEFRAME_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spineframe": {
"type": "stdio",
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<your SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<your SPINEFRAME_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<your SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<your SPINEFRAME_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<your SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<your SPINEFRAME_CONFIG>"
}
}
}
}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.Ratnaditya-J%2Fspineframe)<a href="https://mcptoplist.com/server/io.github.Ratnaditya-J%2Fspineframe"><img src="https://mcptoplist.com/badge/io.github.Ratnaditya-J%2Fspineframe.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
Ratnaditya-J
Other servers by Ratnaditya-J
View all Ratnaditya-J servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.2 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Spineframe?
- Spineframe is maintained by Ratnaditya-J, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Spineframe listed on the Official MCP Registry?
- Yes — Spineframe is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Spineframe have?
- MCP Toplist tracks 2 versions of Spineframe, most recently published on Mar 19, 2026.
- Where can I find the source code for Spineframe?
- The source code for Spineframe is hosted at github.com/Ratnaditya-J/spineframe.