Loopy MCP Server
Integrates Loopy's AI agent loop library with MCP-compatible clients like LM Studio, enabling discovery, analysis, crafting, and execution of bounded agent workflows.
README
Loopy MCP Server
A Model Context Protocol (MCP) server that brings Loopy functionality to LM Studio and other MCP-compatible clients.
What is Loopy?
Loopy is a library of practical AI-agent loops and tools for discovering, adapting, crafting, and running repeatable agent workflows. A loop is a bounded, feedback-driven workflow that helps agents learn from results and take the next useful step.
From Forward Future: https://signals.forwardfuture.com/loop-library/
Why Loopy MCP Server?
LM Studio doesn't have a skill system (yet), so this MCP server bridges the gap by exposing Loopy's core functionality through the MCP protocol. Now you can use Loopy directly in LM Studio to:
- Search and discover published loops from the Loop Library
- Get recommendations for your specific tasks
- Analyze loops for weaknesses and improvements
- Craft new custom loops through guided questions
- Save loops to your project for reuse
- Discover repeated patterns in your codebase
- Execute loops with bounded passes and track results
Features
✅ Search the Loop Library - Find published loops by keyword
✅ Get Recommendations - Discover loops for your specific task
✅ Analyze Loops - Audit for weaknesses, stopping conditions, verification
✅ Craft Loops - Interactive questions to design custom loops
✅ Save Loops - Store loops in project's LOOPS.md
✅ Load Project Loops - Reuse saved loops
✅ Discover Patterns - Find repeated patterns in your codebase
✅ Run Loops - Execute with bounded passes and get receipts
✅ Live Catalog - Connects to the latest Loop Library
Installation
Prerequisites
- Node.js 20+
- npm or yarn
Setup
git clone https://github.com/hotkid61/Loopy-MCP-Server.git
cd Loopy-MCP-Server
npm install
Usage
Start the Server
npm run server
The server will start listening for JSON-RPC requests on stdin/stdout.
For LM Studio
Add this to your LM Studio MCP configuration:
{
"mcpServers": {
"loopy": {
"command": "npm",
"args": [
"--prefix",
"/path/to/Loopy-MCP-Server",
"run",
"server"
]
}
}
}
Replace /path/to/Loopy-MCP-Server with your actual installation path.
Available Tools
search_loops
Search the Loop Library catalog for loops by keyword
query: string (required) - Search keywords
limit: number (optional) - Max results (default: 5)
get_loop_recommendations
Get loop recommendations based on your task
task: string (required) - Describe what you want to accomplish
get_loop_details
Get full details of a specific loop
loop_id: string (required) - Loop ID or name
analyze_loop
Audit a loop for weaknesses and get suggestions
loop_prompt: string (required) - The loop instructions to analyze
craft_loop
Get interview questions to help design a custom loop
save_loop
Save a loop to your project's LOOPS.md
name: string (required) - Loop name
description: string (required) - One-sentence description
prompt: string (required) - The loop instructions
source: string (optional) - Source URL if adapted from published loop
load_project_loops
Load all loops saved in your project's LOOPS.md
discover_patterns
Analyze your codebase for repeated patterns
run_loop
Execute a loop with bounded passes
loop_prompt: string (required) - The loop to execute
max_passes: number (optional) - Max passes (default: 10)
loop_name: string (optional) - Loop name for tracking
list_categories
List all categories in the Loop Library
File Structure
Loopy-MCP-Server/
├── loopy-mcp-server.ts # Main MCP server
├── catalog-client.ts # Loop Library catalog integration
├── loopy-tools.ts # Core Loopy functionality
├── loop-executor.ts # Loop execution and tracking
├── package.json # Dependencies
├── tsconfig.json # TypeScript config
├── .gitignore # Git ignore rules
└── README.md # This file
Examples
Find a loop for your task
Request: "Find a loop for improving test coverage"
- Searches the catalog
- Returns top 3 recommendations
- Shows use cases, prompts, verification steps
Analyze an existing loop
Request: "Audit this loop and suggest improvements: [paste loop]"
- Checks for clear stopping conditions
- Verifies acceptance criteria
- Identifies gaps
- Suggests improvements
Save and reuse project loops
Request: "Save this loop to the project"
- Saves to LOOPS.md
- Available in future sessions
- Can be exported to Loop Library
Run a loop with tracking
Request: "Run the Improve Test Coverage loop in this project"
- Executes in bounded passes
- Tracks actions and evidence
- Provides receipt with outcome
- Suggests improvements via debrief
How Loops Work
A good loop answers four questions:
- What are you trying to accomplish? - Clear goal
- How will you know it worked? - Acceptance criteria
- What should you do with what you learn? - Feedback cycle
- When should you stop? - Exit condition
Example:
Find the slowest page, make one focused improvement, and measure again. Keep the change only if it helps. Repeat until every page meets the target or another pass stops producing improvement.
Integration with Forward Future
This server connects to the official Loop Library maintained by Forward Future:
- Catalog: https://signals.forwardfuture.com/loop-library/
- Repository: https://github.com/Forward-Future/loopy
- License: MIT
Loops are published with quality checks and can be submitted to the catalog from your project.
Features in Detail
Loop Discovery
Analyzes your codebase for repeated engineering patterns and turns strong candidates into bounded loops.
Loop Adaptation
Takes a published loop and tailors it to your tools, limits, schedule, and definition of success.
Loop Execution
Runs loops in bounded passes, applies acceptance checks, and returns evidence-backed receipts.
Loop Debrief
Analyzes run results and recommends the smallest justified improvement.
Publication
Validates, checks catalog overlap, and prepares loops for publication in Loop Library.
Notes
- Catalogs are cached for 1 hour to reduce network requests
- Loop execution is simulated in basic mode (can be extended with real execution)
- LOOPS.md stores project-local loops for reuse
- LOOPS_RUNS.md tracks execution receipts for analysis
- All operations are non-destructive unless explicitly requested
License
MIT
Built With
- TypeScript
- Node.js
- MCP Protocol
- Loop Library (Forward Future)
Support
For issues with Loopy itself: https://github.com/Forward-Future/loopy For MCP server issues: Create an issue in this repository
Ready to bring Loopy to LM Studio! 🚀
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。