cookbook-mcp-server
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., "@cookbook-mcp-serverStart the HTTP server on port 8081"
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.
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
Related MCP server: MCP TypeScript Starter
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 installRun 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 8081Deploy your own version: To deploy your own MCP server:
Connect your repository at https://smithery.ai/new
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.
Latest Blog Posts
- 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/callmybot/cookbook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server