Описание
Ai Repls — Model Context Protocol server
README
This project provides a set of bash functions I use to enhance the capabilities of AI agents, like the Cursor agent. Inspired by https://github.com/nickgnd/tmux-mcp.
I think the best feature is the py_run function which makes the cursor chat feel like an psuedocode repl. Just type psudecode in the chat. I didn't use mcp because I wanted to stream the output from the repl.
Right now the 2 parts are the tmux part and the advice part.
The tmux part helps the agent manage tmux sessions. Tmux is great for
helping the AI manage long running commands and repls.
Some examples of how the AI can use this:
- manage multiple long running experiments in parallel. Check on those experiments periodicially with
tmux capture-pane - have an ssh session
- have a python repl
- have a python repl within an ssh session
- make plots in a python repl which show up in the matplotlib UI.
- Have the agent iterate quickly on an idea in the python repl. Tell it save plots to image files. Have it write a report in markdown. Have the agent link to the image file in markdown. Have the agent convert markdown to pdf with pandoc and then you have a research paper with nice plots
Since it's tmux you can use tmux attach -t to work closely
with your agent.
The advice part lets your agent get advice from multiple reasoning models in parallel.
Setup
in your ~/.bashrc add source <path to this repo>/tmux_run_funcs.sh
Copy the rules files to cursor or whatever agentic tool you use.
The tmux functions depend on having tmux installed. The ask_advice function depends on having github.com/simonw/llm setup with the gemini plugin.
Functions
ask_advice: Agent can get help from both Gemini and O3 at oncetmux_run: Run shell commands in atmuxpane and get the output synchronously.start_tmux_repl: Start atmuxsession with a Python REPL.py_run: Execute Python code within a Python REPL in atmuxsession.
Установка Ai Repls
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jogardi/ai_replsFAQ
Ai Repls MCP бесплатный?
Да, Ai Repls MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ai Repls?
Нет, Ai Repls работает без API-ключей и переменных окружения.
Ai Repls — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ai Repls в Claude Desktop, Claude Code или Cursor?
Открой Ai Repls на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ai Repls with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
