Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

complete_setup_workflow

Automate MCP server setup by analyzing codebases, generating context files, and configuring IDEs. Streamlines project initialization for teams, ensuring consistent workflows and efficient automation.

Instructions

Complete MCP setup workflow: analyze codebase, create all context files, and configure automation

Input Schema

NameRequiredDescriptionDefault
ideNoWhich IDE configurations to create
includeAllNoInclude all optional features
projectNameYesName of the project
projectPathYesPath to the project directory
teamSizeNoNumber of developers on the team
updateScheduleNoHow often to update context files

Input Schema (JSON Schema)

{ "properties": { "ide": { "description": "Which IDE configurations to create", "enum": [ "cursor", "vscode", "intellij", "all" ], "type": "string" }, "includeAll": { "description": "Include all optional features", "type": "boolean" }, "projectName": { "description": "Name of the project", "type": "string" }, "projectPath": { "description": "Path to the project directory", "type": "string" }, "teamSize": { "description": "Number of developers on the team", "type": "number" }, "updateSchedule": { "description": "How often to update context files", "enum": [ "daily", "weekly", "on-change", "manual" ], "type": "string" } }, "required": [ "projectPath", "projectName" ], "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