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.0.tar.gz
(18.1 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.0-py3-none-any.whl
(22.1 kB
view details)
File details
Details for the file loop_mcp-0.1.0.tar.gz.
File metadata
- Download URL: loop_mcp-0.1.0.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1d58f8feea6aaedd84cfb82613c24b913081f551d9ddc75c7d5b8df6331b517
|
|
| MD5 |
fb84cd05c7e73b754dae96eb717a5ce8
|
|
| BLAKE2b-256 |
b74949b263edf9b3ff813e2cd1d9b6d1430cac61bde3b25ceb1934ed1d75fe88
|
File details
Details for the file loop_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: loop_mcp-0.1.0-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 |
fe5fd801375ff30243036d852b89c42b59c511074f975975a15fe4ac6a58eea5
|
|
| MD5 |
54c6edc7791367aee3dd0d1a64503cb2
|
|
| BLAKE2b-256 |
5b70310928b3cd19af17a2cdae11b943f592b0770a330070af2053df18d7e47f
|