Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"artemis-mcp-server": {
"command": "python3",
"args": [
"-m",
"artemis-mcp-server",
"--help"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"artemis-mcp-server": {
"command": "python3",
"args": [
"-m",
"artemis-mcp-server",
"--help"
]
}
}
}