How to use GCSpec in Qoder assistant
🔥 Prerequisites
Ensure Qoder Desktop and Node.js environment are installed, and you have a GCSpec Authorization Key
Generate and copy your key in the console
Add configuration to Qoder assistant's config file (mcp.json)
Restart application to load new configuration
Verify if GCSpec commands are available
Qoder assistant uses standard connection protocols to communicate with GCSpec. You can add GCSpec service by editing the config file:
Config Confirmation
Please backup the original file before editing and ensure the format is correct.
After saving the config file, you need to restart Qoder assistant for changes to take effect.
If you don't see GCSpec commands after restart, check if the config file path is correct.
Follow these steps to verify success:
Config Successful
Congratulations! You can now enjoy the intelligent programming experience provided by GCSpec in Qoder assistant.
{
"mcpServers": {
"gcspec": {
"transport": "streamable-http",
"url": "https://api.gcspec.ai",
"headers": {
"X-GCSpec-API-Key": "GCSpec Authorization Key",
"X-GCSpec-Project-Path": "Project Location on your PC",
"X-GCSpec-Language": "en-US"
}
}
}
} Advanced: Manual Configuration (for Experts): Core Parameters
Refer to the image below to complete Qoder assistant configuration:
Tip: Click the image to view fullscreen