Skip to main content
Glama

Tmux MCP Server

MIT License
1
  • Apple
  • Linux
pyproject.toml660 B
[project] name = "tmux-mcp-server" version = "0.1.0" description = "MCP server for controlling tmux sessions" authors = [{name = "Tmux MCP Developer"}] readme = "README.md" requires-python = ">=3.8" dependencies = [ "mcp>=0.9.0", "pyuv>=1.4.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pyright>=1.1.0", "ruff>=0.1.0", ] [project.scripts] tmux-mcp = "tmux_mcp_server:main" [tool.ruff] line-length = 100 target-version = "py38" [tool.pyright] pythonVersion = "3.8" typeCheckingMode = "strict" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rinadelph/tmux-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server