System Initiative
OfficialProvides analytics tracking for MCP server operations and tool usage monitoring
Click 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., "@System Initiativeshow me the current state of our production Kubernetes cluster"
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.
System Initiative MCP Server
A Model Context Protocol (MCP) server that provides Claude Code with direct access to System Initiative's API for managing infrastructure components, change sets, schemas, and actions.
Development Setup
Environment Variables
Required:
export SI_API_TOKEN="your-token-here"
export SI_BASE_URL="http://localhost:5380" # Defaults to production if not overriddenOptional analytics configuration:
export POSTHOG_API_KEY="dev-posthog-key" # Override if you want to use the Dev Project to test tracking changesTesting with MCP Inspector
The MCP Inspector provides a web interface for testing tools and debugging:
# Start the inspector
deno task inspectorThis opens a browser interface where you can:
Test individual tools with parameters
Inspect tool schemas and validate responses
Debug authentication and connection issues
View real-time tool execution
Testing with Claude Code
Configure Claude Code to use your local server (without running in a container):
# From the repository root
claude mcp add si-mcp-server-dev -- deno run --allow-env --allow-net bin/si-mcp-server/main.ts stdio
# Or from within si-mcp-server directory
claude mcp add si-mcp-server-dev -- deno run --allow-env --allow-net main.ts stdio
# Verify it's working
claude mcp listRelated MCP server: SlopWatch MCP Server
Available Tasks
Task | Command | Description |
|
| Run with auto-reload for development |
|
| Start MCP Inspector for testing |
|
| Compile to standalone binary |
|
| Build Docker image |
|
| Run Docker container |
Adding New Tools
Create tool file in
src/tools/Import required dependencies and
withAnalyticsfromcommonBehavior.tsDefine Zod schemas for input/output validation
Wrap handler with
withAnalytics(toolName, async () => { ... })Export tool registration function
Register in
src/server.ts
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
- Flicense-qualityDmaintenanceA unified AI and automation command center that allows users to interact with multiple AI providers (OpenAI, Anthropic, Gemini) and services (GitHub, Google) through natural language commands and multi-step workflows.Last updated
- AlicenseBqualityDmaintenanceAn AI accountability system that tracks what AI systems claim they will implement versus what they actually deliver, helping to reduce the gap between promises and reality.Last updated34510MIT
- -license-quality-maintenanceAn intelligent AI assistant routing and management platform that integrates 107 production-grade AI assistants into a unified enterprise intelligence service center.Last updated
- -license-quality-maintenanceIntelligent routing service that selects optimal AI models based on capability requirements and normalizes input/output formats across multiple providers like OpenAI, Anthropic, Google, and others.Last updated
Related MCP Connectors
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Automate tasks, processes, and approvals with AI.
Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.
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/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server