Spica MCP Server

Spica MCP Server

MCP server that enables AI agents to interact with Spica servers, managing databases, serverless functions, storage, authentication, auditing, debugging, and version control.

Category
Visit Server

README

@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

Installation

npm install -g @spica/mcp

Or run directly with npx:

npx @spica/mcp

Configuration

The server requires two environment variables:

Variable Description
SPICA_URL URL of your Spica server (e.g. https://my-spica.hq.spicaengine.com/api)
SPICA_APIKEY 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_apikeys List all API keys
save_apikey Create or update an API key
list_identities List identities with optional filtering and pagination
save_identity Create or update an identity
list_policies List all policies
save_policy Create or update a policy

Database

Tool Description
list_buckets List all bucket schemas
save_bucket Create or update a bucket schema
list_bucket_data Query documents with filtering, pagination, sorting and relation resolution
save_bucket_data Create or update a document in a bucket

Development

Tool Description
list_functions List all serverless functions
get_function_index Get the source code of a function
get_function_dependencies Get installed dependencies for a function
save_function Create or update a serverless function
save_function_index Replace and compile a function's source code
save_function_dependencies Install npm packages for a function

Debug

Tool Description
list_bucket_data_profile Profile bucket data for debugging
list_user_profile Profile user data for debugging
list_function_logs Get function execution logs with filtering

Auditing

Tool Description
list_activities Query activity/audit logs with filtering

Storage

Tool Description
list_storage_objects List storage objects with filtering and pagination
save_storage_object Create or update a storage object
rename_storage_object Rename a storage object

Version Control

Tool Description
list_versioncontrol_commands List available version control commands
execute_versioncontrol_command Execute a version control command

License

ISC

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured