Servers
Mcp Agent
@lastmile-ai
Build effective agents using Model Context Protocol and simple workflow patterns
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-agent": {
"command": "uvx",
"args": [
"mcp-agent",
"init",
"--template",
"basic",
"#",
"Scaffold",
"a",
"new",
"project"
]
}
}
}