streamable-httpupdated 11mo ago
A simple TypeScript MCP server built using the official MCP TypeScript SDK, Express, and custom Docker container. This example demonstrates how you can host HTTP servers on Smithery using custom containers, with STDIO support for backwards compatibility.
¿Qué puedes hacer con callmybot cookbook mcp server?
TypeScript MCP Server with Custom Container
A simple TypeScript MCP server built using the official MCP TypeScript SDK, Express, and custom Docker container. This example demonstrates how you can host HTTP servers on Smithery using custom containers, with STDIO support for backwards compatibility.
See the complete guide: https://smithery.ai/docs/migrations/typescript-custom-container
Features:
- CORS: CORS headers for browser-based MCP clients
- Smithery Session Configuration: handles user's session configuration passed via Smithery (learn more)
- Request Logging Middleware: Custom middleware for debugging HTTP requests and responses
- Server Transport: Can run with both STDIO and HTTP transports using
TRANSPORTenv variable
Prerequisites
- Node.js 22 or higher
- npm package manager
Project Structure
src/index.ts- Main Express server with MCP HTTP transportpackage.json- Node.js dependencies and scriptssmithery.yaml- Smithery deployment and session configurationDockerfile- Dockerfile to host server in Smithery
Quick Start
-
Install dependencies:
npm install -
Run the development server:
HTTP Mode:
npm run devThis will start the server on port 8081.
-
Test interactively: Once your server is running in HTTP mode, you can test it interactively using the Smithery playground:
npx -y @smithery/cli playground --port 8081 -
Deploy your own version: To deploy your own MCP server:
- Connect your repository at https://smithery.ai/new
Instalación
Añade callmybot cookbook mcp server a tu cliente. Elige el que uses.
claude mcp add --transport http callmybot-cookbook-mcp-server https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcpcodex mcp add callmybot-cookbook-mcp-server --url https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp{
"mcpServers": {
"callmybot-cookbook-mcp-server": {
"url": "https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"callmybot-cookbook-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"callmybot-cookbook-mcp-server": {
"url": "https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"callmybot-cookbook-mcp-server": {
"serverUrl": "https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación18/25
- Mantenimiento9/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 348 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 18 sept 2025 |