A
Agents And MCP
MCP server by cornflowerblu
创建于 1/20/2026
更新于 about 10 hours ago
README
Repository documentation and setup instructions
Empty Encore TS Template
Developing locally
When you have installed Encore, you can create a new Encore application and clone this example with this command.
encore app create my-app-name --example=ts/empty
Running locally
encore run
While encore run is running, open http://localhost:9400/ to view Encore's local developer dashboard.
Deployment
Deploy your application to a staging environment in Encore's free development cloud:
git add -A .
git commit -m 'Commit message'
git push encore
Then head over to the Cloud Dashboard to monitor your deployment and find your production URL.
From there you can also connect your own AWS or GCP account to use for deployment.
Now off you go into the clouds!
Testing
encore test
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/cornflowerblu/agents-and-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"cornflowerblu-agents-and-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/cornflowerblu/agents-and-mcp"
]
}
}
}