agent-services-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVPROJECT_ROOT | No | Project root directory | ~/DevProject |
| AGENT_TEMPLATES_DIR | No | Custom templates directory | Auto-detected |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| git_new_repoB | Create a new GitHub repository with optional backup remote. Saves ~950 tokens vs agent-generated commands. |
| git_import_repoB | Clone an existing GitHub repository and configure backup remote. Saves ~470 tokens. |
| git_new_branchB | Create a new branch and push to all configured remotes. Saves ~280 tokens. |
| git_archive_repoC | Archive a repository with final backup push. Saves ~375 tokens. |
| git_sync_backupC | Sync local repositories to their backup remotes. Saves ~280 tokens. |
| templates_listA | List available agent instruction templates |
| templates_getC | Get the content of an agent instruction template |
| project_structureB | Get the directory structure of a project |
| search_filesC | Search for files by name pattern |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ludoplex/agent-services-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server