D0UGWITHSEISMIC/WITHSEISMIC-MCP
Withseismic MCP Server - Model Control Protocol, the ://WITHSEISMIC way
Overview
WithSeismic MCP is a production-ready Model Control Protocol server template designed for hosting AI tools and prompts, allowing developers to expose their tools to AI models without the complexities of infrastructure management.
To use WithSeismic MCP, you can deploy it remotely or run it locally. For remote deployment, use the provided one-click deploy option on Railway, or for local development, install the dependencies and run the server using the provided commands.
- Remote Server Mode for multiple client connections - Local Mode for development and testing - Auto-discovery of tools and prompts - Full TypeScript support for type safety - Robust error handling and debugging capabilities
- Hosting a shared MCP server for AI applications in teams.
- Quick-starting MCP development for individual developers.
- Exposing API services to AI models through a standardized interface.
Add to your AI client
Use these steps to connect D0UGWITHSEISMIC/WITHSEISMIC-MCP 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": {
"withseismic-mcp-dougwithseismic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-withseismic-mcp-dougwithseismic"
]
}
}
}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": {
"withseismic-mcp-dougwithseismic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-withseismic-mcp-dougwithseismic"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"withseismic-mcp-dougwithseismic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-withseismic-mcp-dougwithseismic"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"withseismic-mcp-dougwithseismic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-withseismic-mcp-dougwithseismic"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"withseismic-mcp-dougwithseismic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-withseismic-mcp-dougwithseismic"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"withseismic-mcp-dougwithseismic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-withseismic-mcp-dougwithseismic"
]
}
}
}FAQ
Is WithSeismic MCP suitable for production use?
Yes! It is built for reliability and performance, making it suitable for production deployments.
Can I run WithSeismic MCP locally?
Yes! You can run it locally for development and testing purposes.
What programming languages does it support?
WithSeismic MCP is built using TypeScript and Node.js.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3162,"uuid":"d095d3db-7faf-4107-818f-1b253cc1a47a","name":"withseismic-mcp","title":"D0UGWITHSEISMIC/WITHSEISMIC-MCP","description":"Withseismic MCP Server - Model Control Protocol, the ://WITHSEISMIC way","avatar_url":"https://avatars.githubusercontent.com/u/48530756?v=4","created_at":"2025-03-18T03:07:44.633Z","updated_at":"2025-03-18T20:34:08.765Z","status":"created","author_name":"dougwithseismic","author_avatar_url":"https://avatars.githubusercontent.com/u/48530756?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/dougwithseismic/withseismic-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/dougwithseismic/withseismic-mcp/raw/main/withseismic-mcp.png","type":null,"metadata":"{\"star\":\"6\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-26 12:29:00\"}","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"}]]}]