shipmcp
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., "@shipmcpSet up a new MCP server with secure defaults and CI audits"
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.
shipmcp
Production-grade MCP server template. Ship a server that passes mcpguard from commit #1.
Why
Most MCP servers are born insecure: unpinned deps, secrets in logs, unvalidated inputs, over-broad filesystem access. Then they fail audits, get flagged, or worse — never get checked. shipmcp flips the default: secure by construction, audited in CI.
Related MCP server: MCP Server Templates
Quick start
git clone <this-template> my-mcp-server
npm i && npm run build
SHIPMCP_NAME=my-mcp-server EXAMPLE_API_KEY=xxx npm startAdd your client config (pin the version — rug-pull insurance):
{
"mcpServers": {
"my-mcp-server": {
"command": "npx",
"args": ["-y", "my-mcp-server@0.1.0"]
}
}
}The rules baked into this template
Inputs validated with zod before any logic (
src/tools/example.ts)Single tool inventory (
src/tools/index.ts) — your attack surface, one file, reviewableSecrets from env at call time, values never logged, stdout reserved for the protocol
Fail-fast config check at boot (name the missing key, never the value)
CI self-audit — every build runs
mcpguard deepon the package itself; critical findings fail the buildVersion pinning guidance for users, SECURITY.md with disclosure policy included
Pro ($99 one-time)
Free | Pro | |
Template + CI | ✅ | ✅ |
API-key auth middleware (per-user keys, revocable) | ❌ | ✅ |
Sliding-window rate limiter | ❌ | ✅ |
Opt-in telemetry stub (GDPR-safe, no PII) | ❌ | ✅ |
Deploy configs (Fly/Railway/Docker) | ❌ | ✅ |
"Audited by mcpguard" badge license | ❌ | ✅ |
Buy: Lemon Squeezy — $99 one-time — instant checkout, single-project license.
License
MIT for the template. Pro modules under pro/ are source-available, single-project license.
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
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server scaffold that features built-in authentication, Docker support, and a comprehensive CI/CD release pipeline. It provides a standardized template for deploying servers with multi-transport support and configurable read-only modes.MIT
- AlicenseNot gradedqualityDmaintenanceProvides production-grade starter templates for MCP servers with permission boundaries, integration tests, and eval contracts, enabling rapid development of secure and testable MCP servers.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceProduction-ready MCP server starter with authentication, observability, and a plugin system for building and deploying MCP servers quickly.MIT
- AlicenseAqualityBmaintenanceEnables creation of secure-by-default MCP servers with 5-layer validation to protect against injection, path traversal, and other attack vectors.71,1792MIT
Related MCP Connectors
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
A MCP server built for developers enabling Git based project management with project and personal…
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
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/hoomicheal/shipmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server