Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codixing": {
"command": "npx",
"args": [
"-y",
"codixing-mcp",
"--root",
".",
"--medium",
"--no-daemon-fork"
],
"env": {
"ORT_DYLIB_PATH": "${HOME}/.local/lib/libonnxruntime.dylib",
"DYLD_LIBRARY_PATH": "${HOME}/.local/lib"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
ORT_DYLIB_PATH=${HOME}/.local/lib/libonnxruntime.dylibDYLD_LIBRARY_PATH=${HOME}/.local/libnpx claudepluginhub ferax564/codixing --plugin codixing