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.1.1.tar.gz
(18.2 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.1.1-py3-none-any.whl
(22.1 kB
view details)
File details
Details for the file loop_mcp-0.1.1.tar.gz.
File metadata
- Download URL: loop_mcp-0.1.1.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57209dcc43dbefd6165e3cbd29b34f6ec78896dbda4a787241b0a08d33220154
|
|
| MD5 |
e23798ccc5d1b01c66660c6415df6f00
|
|
| BLAKE2b-256 |
64625dfa4f7304b4703e98ab942374579fe20b5316ca3e60c85fc0910733054c
|
File details
Details for the file loop_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: loop_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.1 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 |
e967124129eec9f22f047d0433da76b4abc8eeffee8ce207cbcf08926c2d1d13
|
|
| MD5 |
242a9546605ed7d17736810ee73a2f26
|
|
| BLAKE2b-256 |
b01f2bd5140d56e287ce45b11fccf197990e7368fcb7bccc9584abe07d2c1767
|