Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

initialize_agent_workspace

Set up an AI agent workspace by generating template files and configuring context based on project path, name, and optional tech stack details.

Instructions

Initialize AI agent workspace with template files and context

Input Schema

NameRequiredDescriptionDefault
projectNameYesName of the project
projectPathYesPath to the project directory
techStackNoOptional tech stack configuration

Input Schema (JSON Schema)

{ "properties": { "projectName": { "description": "Name of the project", "type": "string" }, "projectPath": { "description": "Path to the project directory", "type": "string" }, "techStack": { "description": "Optional tech stack configuration", "properties": { "framework": { "type": "string" }, "language": { "type": "string" }, "testFramework": { "type": "string" }, "uiLibrary": { "type": "string" } }, "type": "object" } }, "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