Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"makerai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/makerai-mcp/src/index.mjs"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"makerai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/makerai-mcp/src/index.mjs"
]
}
}
}