Application contains two different services. ai-service.cds, js and lib folder is used for Gemini Api key and it should act as ai agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-api-key-and-m": {
"command": "npx",
"args": [
"-y",
"Kaleshavali12/Gemini-API-Key-and-MCP-server-CAPM-Application"
]
}
}
}
Run in terminal:
claude mcp add gemini-api-key-and-m npx -y Kaleshavali12/Gemini-API-Key-and-MCP-server-CAPM-Application
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-api-key-and-m": {
"command": "npx",
"args": [
"-y",
"Kaleshavali12/Gemini-API-Key-and-MCP-server-CAPM-Application"
]
}
}
}