MCP server for using Act with AI assistants #5917
GarthDB
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MCP Server for Act + AI Assistants
I've been using Act extensively and wanted to integrate it with AI coding assistants, such as Claude and Cursor. So I built a simple MCP (Model Context Protocol) server that bridges the two.
What it does
Instead of remembering the ACT command syntax, you can ask your AI assistant to test workflows directly:
The AI handles the act commands and provides helpful analysis of the results.
Installation
Add to your MCP configuration:
{ "mcpServers": { "act-testing": { "command": "npx", "args": ["act-testing-mcp"] } } }Repository: https://github.com/GarthDB/act-testing-mcp
Features
Community
I'd be happy to transfer this to nektos if there's interest in making it an official integration.
Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions