Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

create_ide_configs

Generate IDE configurations for Cursor, VS Code, and IntelliJ. Automates setup with project paths, custom rules, and debug options for efficient context management in coding projects.

Instructions

Create IDE-specific configurations for Cursor, VS Code, and IntelliJ

Input Schema

NameRequiredDescriptionDefault
analysisIdNoAnalysis ID from analyze_codebase_deeply
autoLoadContextNoEnable automatic context loading
customRulesNoCustom rules to add
ideYesWhich IDE configurations to create
includeDebugConfigsNoInclude debugging configurations
projectPathYesPath to the project directory

Input Schema (JSON Schema)

{ "properties": { "analysisId": { "description": "Analysis ID from analyze_codebase_deeply", "type": "string" }, "autoLoadContext": { "description": "Enable automatic context loading", "type": "boolean" }, "customRules": { "description": "Custom rules to add", "items": { "type": "string" }, "type": "array" }, "ide": { "description": "Which IDE configurations to create", "enum": [ "cursor", "vscode", "intellij", "all" ], "type": "string" }, "includeDebugConfigs": { "description": "Include debugging configurations", "type": "boolean" }, "projectPath": { "description": "Path to the project directory", "type": "string" } }, "required": [ "projectPath", "ide" ], "type": "object" }

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/bswa006/mcp-context-manager'

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