Hi all,
I hope someone can help. I am just trying to get the AI Terminal working but I keep getting API error issues. Below is what message I was given by the AI. However there is no options for API keys where it says and if I do create an API key it doesnt connect or reference it.
-
Get your API key from the LimaCharlie web UI:
-
Go to your organization settings → API Keys
-
Create a new key with at least
dr.read,insight.readpermissions
-
-
Configure it — depending on your setup, either:
-
Set the
LC_API_KEYenvironment variable -
Or run
/lc-essentials:init-lcto initialize credentialsThe
.mcp.jsonfile (which was in the git status as deleted) is what would contain the MCP server credentials. That’s the root cause — it was deleted.The issue is clear: The
.mcp.jsonfile that configures the LimaCharlie MCP server (including your API credentials) was deleted from the repository. Without it, the MCP server can’t authenticate.To fix this, you need to recreate the MCP configuration with your LimaCharlie credentials:
-
Get your LimaCharlie API key:
-
Log into app.limacharlie.io
-
Go to your user profile (top right) → Access Tokens or API Keys
-
API keys are user-level, not per-organization — look under your profile/account settings, not org settings
-
-
Recreate the
.mcp.jsonin/workspace/marketplace/plugins/lc-essentials/— you can run/lc-essentials:init-lcor provide me your API key and I can set it up -
Alternatively, check if the key is set as an environment variable — run: echo $LC_API_KEY
-
-
What is the correct way of getting this to work?
Thank you.