CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
sprintra-io avatar

Sprintra

sprintra-io/sprintra-mcp
217 toolsauthSTDIO, HTTPregistry active
Summary

Gives Claude persistent memory across coding sessions through 17 consolidated MCP tools covering projects, features, stories, sprints, releases, architecture decisions, and knowledge base docs. The AI tool methods handle operations like creating features with acceptance criteria, recording ADRs with conflict detection, tracking git commits by AI vs human authorship, and generating context handoff between sessions. Works with Claude Code, Cursor, and Windsurf via stdio, or remotely through HTTP transport. Ships with 8 slash command skills for workflows like feature capture, standup reports, and sprint planning. Includes a full web dashboard with kanban boards and velocity tracking. Free tier covers 2 projects with unlimited stories. Reach for this when you're tired of re-explaining your codebase's architecture decisions and sprint context every time you open the IDE.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

17 tools
projectsManage projects. Methods: list (all projects), list_read (with stats), create, update, resolve (auto-detect from cwd), get_context (full snapshot)9 params

Manage projects. Methods: list (all projects), list_read (with stats), create, update, resolve (auto-detect from cwd), get_context (full snapshot)

Parameters* required
descriptionstring
Project description (for: create, update)
methodstring
Operation to performone of list · list_read · create · update · resolve · get_context
namestring
Project name (required for: create)
pathstring
Path to resolve project from (for: resolve)
project_idstring
Project ID (for: update, get_context)
project_keystring
Short key like VP (for: create, update)
repo_pathstring
Repository path (for: create, update)
statusstring
Filter by status (for: list, list_read)one of active · paused · completed · archived
tech_stackobject
Tech stack map (for: create, update)
featuresManage features/epics. Methods: list, get_bundle (feature + stories + decisions), create, update, save_context, get_context22 params

Manage features/epics. Methods: list, get_bundle (feature + stories + decisions), create, update, save_context, get_context

Parameters* required
acceptance_criteriaarray
Acceptance criteria (for: create, update)
ai_guidanceobject
AI guidance config (for: create, update)
assigneestring
Assignee (for: create, update)
blocking_questionsarray
Open questions (for: save_context)
descriptionstring
Feature description (for: create, update)
end_datestring
End date (for: create, update)
feature_idstring
Feature ID (for: get_bundle, update, save_context, get_context)
files_touchedarray
Files changed (for: save_context)
inferred_fieldsarray
Fields inferred from context (for: create)
last_session_summarystring
Session summary (required for: save_context)
limitnumber
Max results per page (for: list)
methodstring
Operation to performone of list · get_bundle · create · update · save_context · get_context
offsetnumber
Skip N results (for: list)
phasestring
Development phase (for: create, update)
prioritystring
Priority (for: create, update)one of critical · high · medium · low
project_idstring
Project ID (for: list, get_bundle, create — auto-detected if omitted)
release_idstring
Release to assign to (for: create, update)
sprint_idstring
Sprint to assign to (for: create, update)
start_datestring
Start date (for: create, update)
statusstring
Status (for: update)one of idea · backlog · todo · in_progress · in_review · done

+2 more parameters. See the server's own documentation for the full schema.

storiesManage stories/tasks under features. Methods: list, create, update, batch_update18 params

Manage stories/tasks under features. Methods: list, create, update, batch_update

Parameters* required
acceptance_criteriaarray
Testable criteria (for: create, update)
ai_guidanceobject
AI guidance (for: create, update)
assigneestring
Assignee (for: create, update)
descriptionstring
Story description (for: create, update)
due_datestring
Due date (for: create)
feature_idstring
Feature ID (required for: create; filter for: list)
guidance_template_idstring
Template ID (for: create)
inferred_fieldsarray
Inferred fields (for: create)
limitnumber
Max results per page (for: list)
methodstring
Operation to performone of list · create · update · batch_update
offsetnumber
Skip N results (for: list)
project_idstring
Project ID (for: list, create — auto-detected if omitted)
statusstring
Status (for: update; filter for: list)one of todo · in_progress · done
story_idstring
Story ID or ticket ID like VP-42 (required for: update)
story_pointsnumber
Story points (for: create, update)
titlestring
Story title (required for: create)
typestring
Story type (for: create)one of story · task · bug · chore
updatesarray
Batch updates array (required for: batch_update)
sprintsManage sprints. Methods: list, get_current, create, update, assign (features to sprint)11 params

Manage sprints. Methods: list, get_current, create, update, assign (features to sprint)

Parameters* required
end_datestring
End date (for: create, update)
feature_idsarray
Feature IDs to assign (required for: assign)
goalstring
Sprint goal (for: create, update)
inferred_fieldsarray
Inferred fields (for: create)
methodstring
Operation to performone of list · get_current · create · update · assign
namestring
Sprint name (required for: create)
project_idstring
Project ID (for: list, get_current, create — auto-detected if omitted)
retrospectiveobject
Retrospective data (for: update)
sprint_idstring
Sprint ID (required for: update, assign)
start_datestring
Start date (for: create, update)
statusstring
Status (for: update)one of planning · active · completed
releasesManage releases. Methods: list, create, update, generate_notes9 params

Manage releases. Methods: list, create, update, generate_notes

Parameters* required
descriptionstring
Description (for: create, update)
include_commitsboolean
Include git commits in notes (for: generate_notes)
methodstring
Operation to performone of list · create · update · generate_notes
namestring
Release name (required for: create)
project_idstring
Project ID (for: list, create — auto-detected if omitted)
release_idstring
Release ID (required for: update, generate_notes)
statusstring
Status (for: update)one of planned · in_progress · released
target_datestring
Target date (for: create, update)
versionstring
Version string (for: create, update)
decisionsManage architecture decisions (ADRs). Methods: list, add, supersede, get_conflicts, resolve_conflict20 params

Manage architecture decisions (ADRs). Methods: list, add, supersede, get_conflicts, resolve_conflict

Parameters* required
actionstring
Resolution action (required for: resolve_conflict)one of keep_1 · keep_2 · merge · dismiss
categorystring
Category (for: add)one of architecture · technology · design · infrastructure · process
consequencesstring
Consequences (for: add)
contextstring
Decision context (required for: add)
decisionstring
The decision made (required for: add)
decision1_idstring
First conflicting decision (required for: resolve_conflict)
decision2_idstring
Second conflicting decision (required for: resolve_conflict)
decision_idstring
Decision to supersede (required for: supersede)
inferred_fieldsarray
Inferred fields (for: add)
limitnumber
Max results per page (for: list)
merged_decisionobject
Merged decision (for: resolve_conflict with action=merge)
methodstring
Operation to performone of list · add · supersede · get_conflicts · resolve_conflict
new_decisionobject
Replacement decision (required for: supersede)
offsetnumber
Skip N results (for: list)
project_idstring
Project ID (for: list, add, get_conflicts, resolve_conflict — auto-detected if omitted)
reasonstring
Reason for resolution (for: resolve_conflict)
statusstring
Status (for: add)one of proposed · accepted
thresholdnumber
Similarity threshold 0-1 (for: get_conflicts, default 0.85)
titlestring
Decision title (required for: add)
visibilitystring
Visibility (for: add)one of private · team · public
documentsManage knowledge base documents. Methods: list, get, create, update, get_versions, restore_version, add_link, get_graph22 params

Manage knowledge base documents. Methods: list, get, create, update, get_versions, restore_version, add_link, get_graph

Parameters* required
authorstring
Author name (for: create)
change_summarystring
Change description (for: update)
contentstring
Markdown content (required for: create)
doc_typestring
Document type (for: create)one of prd · tech_spec · architecture · api_design · custom
document_idstring
Document ID (for: get, update, get_versions, restore_version)
inferred_fieldsarray
Inferred fields (for: create)
link_typestring
Link type (for: add_link, default: related)one of related · references · blocks · parent
methodstring
Operation to performone of list · get · create · update · get_versions · restore_version
parent_idstring
Parent document ID (for: create)
project_idstring
Project ID (for: list, create, add_link, get_graph — auto-detected if omitted)
propertiesobject
Custom properties (for: create, update)
sectionsarray
Sections (for: create, update)
source_idstring
Source entity ID (required for: add_link)
source_typestring
Source entity type (required for: add_link)one of document · story · feature · decision · sprint · session
statusstring
Document status (for: create, update)one of draft · in_review · published · archived
tagsarray
Tags (for: create, update)
target_idstring
Target entity ID (required for: add_link)
target_typestring
Target entity type (required for: add_link)one of document · story · feature · decision · sprint · session
templatestring
Template (for: create, update)one of tech_spec · meeting_notes · decision_record · wiki · brainstorm · prd
titlestring
Document title (required for: create)

+2 more parameters. See the server's own documentation for the full schema.

notesManage project notes. Methods: list, add8 params

Manage project notes. Methods: list, add

Parameters* required
contentstring
Note content (required for: add)
feature_idstring
Link to feature (for: add)
limitnumber
Max results (for: list)
methodstring
Operation to performone of list · add
offsetnumber
Skip N results (for: list)
project_idstring
Project ID (auto-detected if omitted)
sourcestring
Note source (for: add)one of chat · voice · manual · mcp
tagsarray
Tags (for: add)
sessionsManage brainstorming sessions. Methods: list, start, log_message, complete12 params

Manage brainstorming sessions. Methods: list, start, log_message, complete

Parameters* required
artifactsarray
Created artifacts (for: log_message)
contentstring
Message content (required for: log_message)
decisions_madearray
Decisions made (for: complete)
features_createdarray
Features created (for: complete)
methodstring
Operation to performone of list · start · log_message · complete
open_questionsarray
Open questions (for: complete)
personastring
Persona to use (for: start)
project_idstring
Project ID (for: list, start — auto-detected if omitted)
rolestring
Message role (required for: log_message)one of user · assistant
session_idstring
Session ID (required for: log_message, complete)
summarystring
Session summary (required for: complete)
titlestring
Session title (for: start)
criteriaManage acceptance criteria on features. Methods: add, remove, update_status, verify7 params

Manage acceptance criteria on features. Methods: add, remove, update_status, verify

Parameters* required
criterion_idstring
Criterion ID (required for: remove, update_status)
evidencestring
Verification evidence (for: update_status)
feature_idstring
Feature ID
methodstring
Operation to performone of add · remove · update_status · verify
notesstring
Additional notes (for: update_status)
statusstring
Verification status (required for: update_status)one of pending · verified · failed · in_review
textstring
Criterion text (required for: add)
gitGit integration. Methods: sync (import commits), link (commits to feature/story), unlink, get_status, get_feature_stats5 params

Git integration. Methods: sync (import commits), link (commits to feature/story), unlink, get_status, get_feature_stats

Parameters* required
commit_hashesarray
Commit hashes (required for: link, unlink)
feature_idstring
Feature ID (for: link, get_feature_stats)
methodstring
Operation to performone of sync · link · unlink · get_status · get_feature_stats
project_idstring
Project ID (for: sync, get_status — auto-detected if omitted)
story_idstring
Story ID (for: link)
dependenciesManage feature dependencies. Methods: add, remove, get_graph6 params

Manage feature dependencies. Methods: add, remove, get_graph

Parameters* required
dep_typestring
Dependency type (for: add)one of blocks · relates_to
dependency_idstring
Dependency ID (required for: remove)
depends_on_idstring
Depends-on feature ID (required for: add)
feature_idstring
Feature ID (required for: add)
methodstring
Operation to performone of add · remove · get_graph
project_idstring
Project ID (for: add, get_graph — auto-detected if omitted)
work_sessionsManage coding work sessions, activity feed, and traces. Methods: list, start, end, get_active, generate_claude_md, list_activity, list_traces, delta (what changed since last session)12 params

Manage coding work sessions, activity feed, and traces. Methods: list, start, end, get_active, generate_claude_md, list_activity, list_traces, delta (what changed since last session)

Parameters* required
feature_idstring
Feature being worked on (for: start)
files_changedarray
Files changed (for: end)
issues_foundarray
Issues found (for: end)
limitnumber
Max results (for: list_activity, list_traces)
methodstring
Operation to performone of list · start · end · get_active · generate_claude_md · list_activity
next_stepsstring
Next steps (for: end)
project_idstring
Project ID (auto-detected if omitted)
session_idstring
Session ID (for: end)
stories_completedarray
Stories completed (for: end)
story_idstring
Story being worked on (for: start)
summarystring
Session summary (required for: end)
titlestring
Session title (for: start)
commentsManage comments on stories, features, decisions, documents. Methods: list, create, update, delete9 params

Manage comments on stories, features, decisions, documents. Methods: list, create, update, delete

Parameters* required
comment_idstring
Comment ID (required for: update, delete)
contentstring
Comment text (required for: create, update)
entity_idstring
Entity ID (required for: list, create)
entity_typestring
Entity type (required for: list, create)one of story · feature · decision · document · note
flatboolean
Flat list vs threaded tree (for: list)
mentionsarray
User IDs to @mention (for: create)
methodstring
Operation to performone of list · create · update · delete
parent_idstring
Parent comment ID for threading (for: create)
project_idstring
Project ID (for: list, create — auto-detected if omitted)
custom_fieldsManage custom field definitions and values. Methods: manage (CRUD definitions), set (values), get (values)16 params

Manage custom field definitions and values. Methods: manage (CRUD definitions), set (values), get (values)

Parameters* required
actionstring
Sub-action for manage methodone of list · create · update · delete
default_valuestring
Default value (for: manage create/update)
descriptionstring
Help text (for: manage create/update)
entity_idstring
Entity ID (required for: set, get)
entity_typestring
Entity type (required for: set, get)one of story · feature
entity_typesarray
Applicable entity types (for: manage create/update)
field_idstring
Field definition ID (for: manage update/delete)
field_keystring
Machine key (for: manage create)
field_typestring
Field data type (for: manage create)one of text · number · select · multi_select · date · checkbox
methodstring
Operation to performone of manage · set · get
namestring
Display name (for: manage create)
optionsarray
Options for select fields (for: manage create/update)
project_idstring
Project ID (for: manage — auto-detected if omitted)
requiredboolean
Is mandatory (for: manage create/update)
sort_ordernumber
Display order (for: manage create/update)
valuesobject
Field values to set (required for: set)
aiAI-powered project intelligence. Methods: get_next_work (recommended story), report_progress, get_guidance (merged AI guidance), generate_briefing (compact <500 token project state for post-compaction recovery)11 params

AI-powered project intelligence. Methods: get_next_work (recommended story), report_progress, get_guidance (merged AI guidance), generate_briefing (compact <500 token project state for post-compaction recovery)

Parameters* required
feature_idstring
Feature ID (required for: report_progress)
files_changedarray
Files changed (for: report_progress)
include_inheritedboolean
Include parent guidance (for: get_guidance)
issues_foundarray
Issues found (for: report_progress)
methodstring
Operation to performone of get_next_work · report_progress · get_guidance · generate_briefing
next_stepsstring
Next steps (for: report_progress)
project_idstring
Project ID (for: get_next_work, get_guidance — auto-detected if omitted)
sprint_idstring
Sprint ID (for: get_next_work)
stories_completedarray
Completed story IDs (for: report_progress)
story_idstring
Story ID (for: get_guidance)
summarystring
Progress summary (required for: report_progress)
pull_requestsView pull requests. Methods: list, get_story_prs5 params

View pull requests. Methods: list, get_story_prs

Parameters* required
limitnumber
Max results (for: list)
methodstring
Operation to performone of list · get_story_prs
project_idstring
Project ID (for: list)
statusstring
PR state filter (for: list)one of open · merged · closed
story_idstring
Story ID or ticket ID like VP-42 (required for: get_story_prs)

Sprintra Logo

Sprintra MCP Server

AI-native project management with persistent memory for coding agents

npm version npm downloads website docs

Your AI forgets. Sprintra remembers.


What is Sprintra?

Sprintra gives your AI coding agent persistent memory — features, architecture decisions, sprint progress, and project context that survive session resets, token limits, and IDE switches.

The problem: Every AI coding session starts from scratch. Your agent doesn't know what you decided last week, what sprint you're in, or what your teammate built yesterday.

The solution: Sprintra's MCP server connects to Claude Code, Cursor, Windsurf, and any MCP-compatible tool. Your agent reads and writes project context automatically — no copy-paste, no re-explaining.

Quick Start

Option 1: Sprintra Cloud (Recommended)

# Install the CLI (42KB, zero native dependencies)
npm install -g @sprintra/cli

# Authenticate
sprintra login

# Auto-configure your AI tool
sprintra connect

Option 2: Self-Hosted

# Scaffold a complete local project with server + dashboard
npx create-sprintra my-project

# Start the server
cd my-project
npm start

# Server + dashboard at http://127.0.0.1:4000

MCP Configuration

Claude Code

{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": ["@sprintra/cli", "mcp"]
    }
  }
}

Or run: sprintra connect --tool claude-code

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": ["@sprintra/cli", "mcp"]
    }
  }
}

Or run: sprintra connect --tool cursor

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": ["@sprintra/cli", "mcp"]
    }
  }
}

Windsurf

Run: sprintra connect --tool windsurf

HTTP Transport (Remote)

For remote MCP connections (Claude.ai, mobile):

URL: https://api.sprintra.io/api/mcp
Auth: Bearer <your-token>
Transport: HTTP + SSE

17 MCP Tools

Sprintra uses a consolidated tool pattern (inspired by GitHub's MCP server). Each tool accepts a method parameter to select the operation.

Project Management

ToolMethodsDescription
projectslist, create, update, resolve, get_contextManage projects with tech stack, status, and full context snapshots
featureslist, get_bundle, create, update, save_context, get_contextEpic-level work items with acceptance criteria and AI guidance
storieslist, create, update, batch_updateTasks under features — story, task, bug, chore types
sprintslist, get_current, create, update, assignTime-boxed iterations with progress tracking
releaseslist, create, update, generate_notesRelease milestones with auto-generated release notes

Knowledge & Decisions

ToolMethodsDescription
decisionslist, add, supersede, get_conflicts, resolve_conflictArchitecture Decision Records (ADRs) with AI conflict detection
documentslist, get, create, update, get_versions, restore_version, add_link, get_graphKnowledge base with versioning, templates, and cross-references
noteslist, addQuick capture — ideas, research findings, meeting notes
sessionslist, start, log_message, completeBrainstorming sessions with AI personas

Tracking & Git

ToolMethodsDescription
criteriaadd, remove, update_status, verifyAcceptance criteria management and verification
gitsync, link, unlink, get_status, get_feature_statsGit commit tracking with AI authorship detection
dependenciesadd, remove, get_graphFeature dependency tracking with cycle detection
work_sessionslist, start, end, get_active, list_activity, list_traces, deltaCoding session tracking with context handoff
commentslist, create, update, deleteThreaded comments on any entity
custom_fieldsmanage, set, getCustom metadata fields

AI Intelligence

ToolMethodsDescription
aiget_next_work, report_progress, get_guidance, generate_briefingAI-powered recommendations, progress tracking, and context recovery
pull_requestslist, get_story_prsGitHub PR tracking and auto-linking

Example Prompts

Once connected, try these in Claude Code or Cursor:

"Create a Sprintra project for this repo"

"Capture a feature: user authentication with OAuth and email/password"

"What should I work on next?"

"Record a decision: we chose PostgreSQL over MongoDB for relational order data"

"Give me a standup report"

"What changed since my last session?"

8 AI Skills (Slash Commands)

Install workflow skills for guided project management:

sprintra skills install --all
SkillTriggerDescription
Capture Feature/capture [idea]Break down an idea into features, stories, and criteria
Record Decision/decide [topic]Create an Architecture Decision Record
Standup Report/standupAuto-generate standup from recent work
Wrap Session/wrapSave context for seamless session resume
Sprint Review/sprint-reviewReview sprint progress with metrics
Brainstorm/brainstorm [topic]AI-powered brainstorming with personas
Implement Feature/implement [id]Start implementation with full context loaded
Sprint Planning/sprint-planPlan sprints with AI recommendations

Dashboard

Sprintra includes a full web dashboard with 20+ views:

  • Kanban Board — drag-and-drop story management
  • Sprint Tracker — progress bars, velocity charts, burndown
  • Roadmap — phase timeline with feature grouping
  • Knowledge Base — Confluence-style docs with versioning
  • Decisions — ADR log with conflict detection
  • Reports — burndown, velocity, DORA metrics
  • Activity Feed — real-time project activity

Cloud: app.sprintra.io Self-hosted: http://127.0.0.1:4000 after npm start

Pricing

PlanPriceIncludes
Solo PilotFree forever2 projects, unlimited stories, all MCP tools, all skills
Team$5/seat/month10 projects, AI features, team collaboration, priority support
EnterpriseCustomOn-premise, dedicated infra, custom SLA

Links

  • Website: sprintra.io
  • Documentation: sprintra.io/docs
  • MCP Tools Reference: sprintra.io/docs/mcp-tools
  • Skills Guide: sprintra.io/docs/skills
  • CLI Reference: sprintra.io/docs/cli
  • npm: @sprintra/cli
  • Blog: sprintra.io/blog

License

The Sprintra MCP server documentation in this repository is MIT licensed. The Sprintra server, dashboard, and CLI are proprietary software — see sprintra.io/pricing for plans.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

VIBEPILOT_MODEdefault: local

Runtime mode: 'local' for SQLite or 'saas' for PostgreSQL

SUPABASE_DATABASE_URLsecret

PostgreSQL connection string (required for saas mode)

GEMINI_API_KEYsecret

Google Gemini API key for decision conflict detection via embeddings (optional)

Categories
AI & LLM ToolsDocuments & Knowledge
Registryactive
Package@sprintra/mcp
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 3, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
theastraway avatar
MIND

io.github.theastraway/mind

Personal knowledge graph AI memory. 15 tools, 89 actions. Emotional intelligence, CRM, social.
2
jmcentire avatar
signet-eval

jmcentire/signet-eval

Deterministic policy enforcement and MCP management for AI agent tool calls.
2
jwulff avatar
Whisper Mcp

jwulff/whisper-mcp

Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.
2
lordbasilaiassistant-sudo avatar
ThryxProtocol MCP Server

lordbasilaiassistant-sudo/thryx-mcp-server

ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.
2
m2ai-mcp-servers avatar
Mcp Christensen

m2ai-mcp-servers/mcp-christensen

Clayton Christensen persona agent for strategic advisory using disruption theory
2
mirrorethic avatar
temporal-mcp

mirrorethic/temporal-mcp

Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.
2