Skip to main content
Glama

MCP Agile Flow

by smian0

initialize_ide

Set up IDE project structure by creating required directories and configuration files for seamless integration. Configure .ai-templates and IDE-specific rules based on project path and IDE type.

Instructions

Initialize IDE project structure with appropriate directories and config files. This tool sets up the necessary directories and configuration files for IDE integration, including .ai-templates directory and IDE-specific rules. Note: If project_path is omitted, not a string, invalid, or the directory doesn't exist, the current working directory will be used automatically.

Input Schema

NameRequiredDescriptionDefault
ide_typeNoThe type of IDE to initialize (cursor, windsurf-next, windsurf, cline, roo, copilot)cursor
project_pathNoPath to the project. If not provided, invalid, or directory doesn't exist, the current working directory will be used automatically

Input Schema (JSON Schema)

{ "properties": { "ide_type": { "default": "cursor", "description": "The type of IDE to initialize (cursor, windsurf-next, windsurf, cline, roo, copilot)", "title": "Ide Type", "type": "string" }, "project_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Path to the project. If not provided, invalid, or directory doesn't exist, the current working directory will be used automatically", "title": "Project Path" } }, "title": "initialize_ideArguments", "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/smian0/mcp-agile-flow'

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