Spica MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Spica MCP ServerList all buckets in my Spica database."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@spica/mcp
MCP (Model Context Protocol) server that enables AI agents to interact with Spica servers — manage databases, serverless functions, storage, authentication, auditing, debugging and version control.
Prerequisites
Node.js >= 22
A running Spica server instance
A Spica API key with appropriate permissions
Related MCP server: Spaceship MCP
Installation
npm install -g @spica/mcpOr run directly with npx:
npx @spica/mcpConfiguration
The server requires two environment variables:
Variable | Description |
| URL of your Spica server (e.g. |
| API key for authenticating with the Spica server |
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"spica": {
"command": "npx",
"args": ["-y", "@spica/mcp"],
"env": {
"SPICA_URL": "https://my-spica.hq.spicaengine.com/api",
"SPICA_APIKEY": "your-api-key"
}
}
}
}VS Code
Add to your .vscode/mcp.json:
{
"servers": {
"spica": {
"command": "npx",
"args": ["-y", "@spica/mcp"],
"env": {
"SPICA_URL": "https://my-spica.hq.spicaengine.com/api",
"SPICA_APIKEY": "your-api-key"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"spica": {
"command": "npx",
"args": ["-y", "@spica/mcp"],
"env": {
"SPICA_URL": "https://my-spica.hq.spicaengine.com/api",
"SPICA_APIKEY": "your-api-key"
}
}
}
}Available Tools
Authentication
Tool | Description |
| List all API keys |
| Create or update an API key |
| List identities with optional filtering and pagination |
| Create or update an identity |
| List all policies |
| Create or update a policy |
Database
Tool | Description |
| List all bucket schemas |
| Create or update a bucket schema |
| Query documents with filtering, pagination, sorting and relation resolution |
| Create or update a document in a bucket |
Development
Tool | Description |
| List all serverless functions |
| Get the source code of a function |
| Get installed dependencies for a function |
| Create or update a serverless function |
| Replace and compile a function's source code |
| Install npm packages for a function |
Debug
Tool | Description |
| Profile bucket data for debugging |
| Profile user data for debugging |
| Get function execution logs with filtering |
Auditing
Tool | Description |
| Query activity/audit logs with filtering |
Storage
Tool | Description |
| List storage objects with filtering and pagination |
| Create or update a storage object |
| Rename a storage object |
Version Control
Tool | Description |
| List available version control commands |
| Execute a version control command |
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to interact with Modal, allowing them to deploy apps and run functions in a serverless cloud environment.Last updated73MIT
- AlicenseAqualityCmaintenanceAn MCP server for managing and executing AI agents on the Spaceship AI platform directly from clients like Claude Code and Cursor. It provides comprehensive tools for agent lifecycle management, including creation, execution, and real-time monitoring of run statuses and logs.Last updated161MIT
- Alicense-qualityDmaintenanceA production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.Last updated1MIT
- Alicense-qualityBmaintenanceAn MCP server that enables AI agents to manage Defined Networking / Managed Nebula infrastructure, supporting tasks like network topology design, host provisioning, and security auditing through natural language.Last updated4MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for interacting with the Supabase platform
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spica-engine/spica-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server