Connect your AI agents, code editors, and LLM workspaces directly to the LogyxCode online service using the Model Context Protocol (MCP).
You need a developer access token to authenticate the MCP connection with the LogyxCode API. Go to your Profile settings and generate an MCP API Key. Keep it secret.
Remember to prefix your API Key with Bearer when providing it in configurations.
Depending on your operating system, open (or create) the following configuration file:
{
"mcpServers": {
"logyxcode": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://logyxcode.onrender.com/mcp",
"--header",
"Authorization: Bearer lyx_live_YOUR_API_KEY"
]
}
}
}⚠️ Make sure to replace YOUR_API_KEY with your generated developer key.
Relaunch Claude Desktop. If the connection is successful, you will see a plug/hammer icon representing the LogyxCode tools.
Authorization header includes the word Bearer (with a space) followed by your actual API Key. E.g. Bearer lyx_live_....C:/path/to/logyxcode/apps/mcp/dist/index.js) inside JSON configuration files.