- Docker Based Setup
- npx (Node.js) Setup
Prerequisites
Before you start, ensure you have the following:- Node.js (v18 or higher)
- Docker (if using the Docker Setup)
- SuperGateway access (via Docker or npx)
- Alchemyst API key - Obtain it from your Alchemyst AI dashboard.
- Claude Desktop (latest version)
Run with Docker
- Click on the ā° Hamburger Menu in the top-left corner of Claude Desktop.
- Go to File ā Settingsā¦.
- In the sidebar, go to Developer Tab.
- Click on Edit Config.
- It will take you to a file called
claude_desktop_config.json. - Open the file and add the following configurations:
- Save the file and restart your Claude Desktop.
- After restart, navigate back to Developer Tab in File ā Settingsā¦.
- You will be able to see your added MCP Server.
- There should be a running (blue colored) tag in front of your MCP server name. It will ensure that the server is running fine.
Common Error
If there is a failed tag, then click on the Error logs button and this will open a folder Error Logs in which navigate and open the file namedalchemyst_context_processor_mcp. This contains the error stopping the MCP server from running. Try to solve the error and try again.
Note that these instructions are valid for all desktop applications that use the STDIO MCP mode.
Run with npx
- Click on the ā° Hamburger Menu in the top-left corner of Claude Desktop.
- Go to File ā Settingsā¦.
- In the sidebar, go to Developer Tab.
- Click on Edit Config.
- It will take you to a file called
claude_desktop_config.json. - Open the file and add the following configurations:
- Save the file and restart your Claude Desktop.
- After restart, navigate back to Developer Tab in File ā Settingsā¦.
- You will be able to see your added MCP Server.
- There should be a running (blue colored) tag in front of your MCP server name. It will ensure that the server is running fine.

