CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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
namestring
Project name (required for: create)
pathstring
Path to resolve project from (for: resolve)
methodstring
Operation to performone of list · list_read · create · update · resolve · get_context
statusstring
Filter by status (for: list, list_read)one of active · paused · completed · archived
repo_pathstring
Repository path (for: create, update)
project_idstring
Project ID (for: update, get_context)
tech_stackobject
Tech stack map (for: create, update)
descriptionstring
Project description (for: create, update)
project_keystring
Short key like VP (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
limitnumber
Max results per page (for: list)
phasestring
Development phase (for: create, update)
titlestring
Feature title (required for: create)
methodstring
Operation to performone of list · get_bundle · create · update · save_context · get_context
offsetnumber
Skip N results (for: list)
statusstring
Status (for: update)one of idea · backlog · todo · in_progress · in_review · done
assigneestring
Assignee (for: create, update)
end_datestring
End date (for: create, update)
prioritystring
Priority (for: create, update)one of critical · high · medium · low
sprint_idstring
Sprint to assign to (for: create, update)
feature_idstring
Feature ID (for: get_bundle, update, save_context, get_context)
project_idstring
Project ID (for: list, get_bundle, create — auto-detected if omitted)
release_idstring
Release to assign to (for: create, update)
start_datestring
Start date (for: create, update)
ai_guidanceobject
AI guidance config (for: create, update)
descriptionstring
Feature description (for: create, update)
files_touchedarray
Files changed (for: save_context)
where_left_offstring
Where work stopped (required for: save_context)
inferred_fieldsarray
Fields inferred from context (for: create)
blocking_questionsarray
Open questions (for: save_context)
acceptance_criteriaarray
Acceptance criteria (for: create, update)
last_session_summarystring
Session summary (required for: save_context)
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
typestring
Story type (for: create)one of story · task · bug · chore
limitnumber
Max results per page (for: list)
titlestring
Story title (required for: create)
methodstring
Operation to performone of list · create · update · batch_update
offsetnumber
Skip N results (for: list)
statusstring
Status (for: update; filter for: list)one of todo · in_progress · done
updatesarray
Batch updates array (required for: batch_update)
assigneestring
Assignee (for: create, update)
due_datestring
Due date (for: create)
story_idstring
Story ID or ticket ID like VP-42 (required for: update)
feature_idstring
Feature ID (required for: create; filter for: list)
project_idstring
Project ID (for: list, create — auto-detected if omitted)
ai_guidanceobject
AI guidance (for: create, update)
descriptionstring
Story description (for: create, update)
story_pointsnumber
Story points (for: create, update)
inferred_fieldsarray
Inferred fields (for: create)
acceptance_criteriaarray
Testable criteria (for: create, update)
guidance_template_idstring
Template ID (for: create)
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
goalstring
Sprint goal (for: create, update)
namestring
Sprint name (required for: create)
methodstring
Operation to performone of list · get_current · create · update · assign
statusstring
Status (for: update)one of planning · active · completed
end_datestring
End date (for: create, update)
sprint_idstring
Sprint ID (required for: update, assign)
project_idstring
Project ID (for: list, get_current, create — auto-detected if omitted)
start_datestring
Start date (for: create, update)
feature_idsarray
Feature IDs to assign (required for: assign)
retrospectiveobject
Retrospective data (for: update)
inferred_fieldsarray
Inferred fields (for: create)
releasesManage releases. Methods: list, create, update, generate_notes9 params

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

Parameters* required
namestring
Release name (required for: create)
methodstring
Operation to performone of list · create · update · generate_notes
statusstring
Status (for: update)one of planned · in_progress · released
versionstring
Version string (for: create, update)
project_idstring
Project ID (for: list, create — auto-detected if omitted)
release_idstring
Release ID (required for: update, generate_notes)
descriptionstring
Description (for: create, update)
target_datestring
Target date (for: create, update)
include_commitsboolean
Include git commits in notes (for: generate_notes)
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
limitnumber
Max results per page (for: list)
titlestring
Decision title (required for: add)
actionstring
Resolution action (required for: resolve_conflict)one of keep_1 · keep_2 · merge · dismiss
methodstring
Operation to performone of list · add · supersede · get_conflicts · resolve_conflict
offsetnumber
Skip N results (for: list)
reasonstring
Reason for resolution (for: resolve_conflict)
statusstring
Status (for: add)one of proposed · accepted
contextstring
Decision context (required for: add)
categorystring
Category (for: add)one of architecture · technology · design · infrastructure · process
decisionstring
The decision made (required for: add)
thresholdnumber
Similarity threshold 0-1 (for: get_conflicts, default 0.85)
project_idstring
Project ID (for: list, add, get_conflicts, resolve_conflict — auto-detected if omitted)
visibilitystring
Visibility (for: add)one of private · team · public
decision_idstring
Decision to supersede (required for: supersede)
consequencesstring
Consequences (for: add)
decision1_idstring
First conflicting decision (required for: resolve_conflict)
decision2_idstring
Second conflicting decision (required for: resolve_conflict)
new_decisionobject
Replacement decision (required for: supersede)
inferred_fieldsarray
Inferred fields (for: add)
merged_decisionobject
Merged decision (for: resolve_conflict with action=merge)
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
tagsarray
Tags (for: create, update)
titlestring
Document title (required for: create)
authorstring
Author name (for: create)
methodstring
Operation to performone of list · get · create · update · get_versions · restore_version
statusstring
Document status (for: create, update)one of draft · in_review · published · archived
contentstring
Markdown content (required for: create)
versionnumber
Version number to restore (required for: restore_version)
doc_typestring
Document type (for: create)one of prd · tech_spec · architecture · api_design · custom
sectionsarray
Sections (for: create, update)
templatestring
Template (for: create, update)one of tech_spec · meeting_notes · decision_record · wiki · brainstorm · prd
link_typestring
Link type (for: add_link, default: related)one of related · references · blocks · parent
parent_idstring
Parent document ID (for: create)
source_idstring
Source entity ID (required for: add_link)
target_idstring
Target entity ID (required for: add_link)
project_idstring
Project ID (for: list, create, add_link, get_graph — auto-detected if omitted)
propertiesobject
Custom properties (for: create, update)
visibilitystring
Visibility (for: create, update)one of private · team · public
document_idstring
Document ID (for: get, update, get_versions, restore_version)
source_typestring
Source entity type (required for: add_link)one of document · story · feature · decision · sprint · session
target_typestring
Target entity type (required for: add_link)one of document · story · feature · decision · sprint · session
change_summarystring
Change description (for: update)
inferred_fieldsarray
Inferred fields (for: create)
notesManage project notes. Methods: list, add8 params

Manage project notes. Methods: list, add

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

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

Parameters* required
rolestring
Message role (required for: log_message)one of user · assistant
titlestring
Session title (for: start)
methodstring
Operation to performone of list · start · log_message · complete
contentstring
Message content (required for: log_message)
personastring
Persona to use (for: start)
summarystring
Session summary (required for: complete)
artifactsarray
Created artifacts (for: log_message)
project_idstring
Project ID (for: list, start — auto-detected if omitted)
session_idstring
Session ID (required for: log_message, complete)
decisions_madearray
Decisions made (for: complete)
open_questionsarray
Open questions (for: complete)
features_createdarray
Features created (for: complete)
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
textstring
Criterion text (required for: add)
notesstring
Additional notes (for: update_status)
methodstring
Operation to performone of add · remove · update_status · verify
statusstring
Verification status (required for: update_status)one of pending · verified · failed · in_review
evidencestring
Verification evidence (for: update_status)
feature_idstring
Feature ID
criterion_idstring
Criterion ID (required for: remove, update_status)
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
methodstring
Operation to performone of sync · link · unlink · get_status · get_feature_stats
story_idstring
Story ID (for: link)
feature_idstring
Feature ID (for: link, get_feature_stats)
project_idstring
Project ID (for: sync, get_status — auto-detected if omitted)
commit_hashesarray
Commit hashes (required for: link, unlink)
dependenciesManage feature dependencies. Methods: add, remove, get_graph6 params

Manage feature dependencies. Methods: add, remove, get_graph

Parameters* required
methodstring
Operation to performone of add · remove · get_graph
dep_typestring
Dependency type (for: add)one of blocks · relates_to
feature_idstring
Feature ID (required for: add)
project_idstring
Project ID (for: add, get_graph — auto-detected if omitted)
dependency_idstring
Dependency ID (required for: remove)
depends_on_idstring
Depends-on feature ID (required for: add)
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
limitnumber
Max results (for: list_activity, list_traces)
titlestring
Session title (for: start)
methodstring
Operation to performone of list · start · end · get_active · generate_claude_md · list_activity
summarystring
Session summary (required for: end)
story_idstring
Story being worked on (for: start)
feature_idstring
Feature being worked on (for: start)
next_stepsstring
Next steps (for: end)
project_idstring
Project ID (auto-detected if omitted)
session_idstring
Session ID (for: end)
issues_foundarray
Issues found (for: end)
files_changedarray
Files changed (for: end)
stories_completedarray
Stories completed (for: end)
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
flatboolean
Flat list vs threaded tree (for: list)
methodstring
Operation to performone of list · create · update · delete
contentstring
Comment text (required for: create, update)
mentionsarray
User IDs to @mention (for: create)
entity_idstring
Entity ID (required for: list, create)
parent_idstring
Parent comment ID for threading (for: create)
comment_idstring
Comment ID (required for: update, delete)
project_idstring
Project ID (for: list, create — auto-detected if omitted)
entity_typestring
Entity type (required for: list, create)one of story · feature · decision · document · note
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
namestring
Display name (for: manage create)
actionstring
Sub-action for manage methodone of list · create · update · delete
methodstring
Operation to performone of manage · set · get
valuesobject
Field values to set (required for: set)
optionsarray
Options for select fields (for: manage create/update)
field_idstring
Field definition ID (for: manage update/delete)
requiredboolean
Is mandatory (for: manage create/update)
entity_idstring
Entity ID (required for: set, get)
field_keystring
Machine key (for: manage create)
field_typestring
Field data type (for: manage create)one of text · number · select · multi_select · date · checkbox
project_idstring
Project ID (for: manage — auto-detected if omitted)
sort_ordernumber
Display order (for: manage create/update)
descriptionstring
Help text (for: manage create/update)
entity_typestring
Entity type (required for: set, get)one of story · feature
entity_typesarray
Applicable entity types (for: manage create/update)
default_valuestring
Default value (for: manage create/update)
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
methodstring
Operation to performone of get_next_work · report_progress · get_guidance · generate_briefing
summarystring
Progress summary (required for: report_progress)
story_idstring
Story ID (for: get_guidance)
sprint_idstring
Sprint ID (for: get_next_work)
feature_idstring
Feature ID (required for: report_progress)
next_stepsstring
Next steps (for: report_progress)
project_idstring
Project ID (for: get_next_work, get_guidance — auto-detected if omitted)
issues_foundarray
Issues found (for: report_progress)
files_changedarray
Files changed (for: report_progress)
include_inheritedboolean
Include parent guidance (for: get_guidance)
stories_completedarray
Completed story IDs (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
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)
project_idstring
Project ID (for: list)

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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 →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f