MCP server for automated loop engineering in AI coding workflows
Project description
Loop Engineering MCP Server (Python)
Python implementation of the Loop Engineering MCP server.
Installation
Using uvx (recommended - no installation needed)
uvx loop-mcp
Using pip
pip install loop-mcp
Configuration
Add to your MCP configuration file:
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"loop-engineering": {
"command": "uvx",
"args": ["loop-mcp"]
}
}
}
Kiro (.kiro/settings/mcp.json):
{
"mcpServers": {
"loop-engineering": {
"command": "uvx",
"args": ["loop-mcp"]
}
}
}
Claude Desktop:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"loop-engineering": {
"command": "uvx",
"args": ["loop-mcp"]
}
}
}
Development
cd python
pip install -e ".[dev]"
pytest
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
loop_mcp-0.4.0.tar.gz
(53.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
loop_mcp-0.4.0-py3-none-any.whl
(64.2 kB
view details)
File details
Details for the file loop_mcp-0.4.0.tar.gz.
File metadata
- Download URL: loop_mcp-0.4.0.tar.gz
- Upload date:
- Size: 53.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad93af4d241d71e050b44e38d8231a7a5ff2655502d05e6fd4b0c2cad96f017c
|
|
| MD5 |
87319338bf6d50602df4914747639190
|
|
| BLAKE2b-256 |
3c699f6339d3687d93b6df617619987fecb72052c93afb90027418d9e3b4cae7
|
File details
Details for the file loop_mcp-0.4.0-py3-none-any.whl.
File metadata
- Download URL: loop_mcp-0.4.0-py3-none-any.whl
- Upload date:
- Size: 64.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
933d33929e2cd47055f06881c10e9c1d9ca07cde17cb4fc9b64fa932fc527d22
|
|
| MD5 |
774424aa25cacebca447586fddb76c0e
|
|
| BLAKE2b-256 |
adc7c5d6eb735f0cb3993c60ae9f84483d5e4c1a149684b407d9f76be63b4285
|