smithy-mcp-server
Overview
smithy-mcp-server is a server implementation for the Smithy Model Compiler Protocol (MCP), designed to facilitate the development and integration of services using the Smithy framework.
To use smithy-mcp-server, clone the repository from GitHub, set up your development environment, and follow the instructions in the README to configure and run the server.
- Implements the Smithy Model Compiler Protocol for service integration - Supports various programming languages and frameworks - Provides a robust API for service communication
- Building microservices that adhere to the Smithy protocol.
- Integrating existing services with new applications using Smithy.
- Facilitating communication between different services in a distributed system.
Add to your AI client
Use these steps to connect smithy-mcp-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"smithy-mcp-server-dennistraub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-smithy-mcp-server-dennistraub"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"smithy-mcp-server-dennistraub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-smithy-mcp-server-dennistraub"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"smithy-mcp-server-dennistraub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-smithy-mcp-server-dennistraub"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"smithy-mcp-server-dennistraub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-smithy-mcp-server-dennistraub"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smithy-mcp-server-dennistraub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-smithy-mcp-server-dennistraub"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"smithy-mcp-server-dennistraub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-smithy-mcp-server-dennistraub"
]
}
}
}FAQ
What is the Smithy Model Compiler Protocol?
The Smithy Model Compiler Protocol is a specification for defining and integrating services in a consistent manner.
Is smithy-mcp-server open source?
Yes! smithy-mcp-server is open source and available under the MIT license.
How can I contribute to the project?
Contributions are welcome! Please check the contribution guidelines in the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2709,"uuid":"0b94b7cc-74c3-4180-b13b-6310813ed45e","name":"smithy-mcp-server","title":"smithy-mcp-server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/604796?v=4","created_at":"2025-03-13T09:45:31.487Z","updated_at":"2025-03-13T09:51:49.552Z","status":"created","author_name":"DennisTraub","author_avatar_url":"https://avatars.githubusercontent.com/u/604796?v=4","tags":"smithy,mcp,server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/DennisTraub/smithy-mcp-server","target":"_self","content":"# smithy-mcp-server","summary":"$29","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":null,\"is_official\":false,\"latest_commit_time\":\"2025-03-09 05:15:30\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]