Skip to main content
Glama
package.json2.34 kB
{ "name": "imagen-mcp-vscode", "displayName": "Imagen MCP Server", "description": "Manage and configure the Imagen MCP server from VS Code, including API key and model selection.", "version": "0.1.14", "publisher": "gramini-consulting", "repository": { "type": "git", "url": "https://github.com/your-org/imagen-mcp" }, "bugs": { "url": "https://github.com/your-org/imagen-mcp/issues" }, "homepage": "https://github.com/your-org/imagen-mcp", "engines": { "vscode": "^1.95.0" }, "license": "MIT", "categories": [ "Other" ], "main": "./out/extension.js", "icon": "media/icon.png", "activationEvents": [ "onCommand:imagenMcp.setApiKey", "onCommand:imagenMcp.setModel", "onCommand:imagenMcp.writeMcpConfig", "onCommand:imagenMcp.reinstallEnvironment", "onStartupFinished" ], "contributes": { "commands": [ { "command": "imagenMcp.setApiKey", "title": "Imagen MCP: Set API Key" }, { "command": "imagenMcp.setModel", "title": "Imagen MCP: Select Model" }, { "command": "imagenMcp.writeMcpConfig", "title": "Imagen MCP: Generate MCP Config" }, { "command": "imagenMcp.reinstallEnvironment", "title": "Imagen MCP: Reinstall Python Environment" } ], "configuration": { "title": "Imagen MCP Server", "properties": { "imagenMcp.apiKey": { "type": "string", "default": "", "description": "Optional: Google AI API key to sync into secret storage and mcp.json env. Stored in settings as plain text." }, "imagenMcp.modelId": { "type": "string", "default": "gemini-3-pro-image-preview", "description": "Default model to use for image generation." } } } }, "scripts": { "compile": "tsc -p .", "lint": "echo 'no lint configured'", "sync-python": "node ./scripts/sync-python.js", "package": "node ./scripts/bump-version.js && mkdir -p ../build && npx vsce package --out ../build", "vscode:prepublish": "npm run compile && npm run sync-python" }, "devDependencies": { "@types/node": "^22.9.1", "@types/vscode": "^1.95.0", "typescript": "^5.6.3", "vscode": "^1.1.37", "@vscode/vsce": "^3.7.1" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vipincr/imagen-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server