Skip to main content
Glama
pyproject.toml1.09 kB
[project] name = "linux-mcp-server" version = "0.1.0" description = "MCP server for read-only Linux system administration, diagnostics, and troubleshooting" authors = [{ name = "Your Name", email = "your.email@example.com" }] readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=0.9.0", "psutil>=5.9.0", "asyncssh>=2.14.0", ] [project.scripts] linux-mcp-server = "linux_mcp_server.__main__:cli" [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "pytest-cov>=4.1.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/linux_mcp_server"] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] [tool.coverage.run] source = ["src"] omit = ["*/tests/*"] [tool.coverage.report] exclude_lines = [ "pragma: no cover", "def __repr__", "raise AssertionError", "raise NotImplementedError", "if __name__ == .__main__.:", ]

Latest Blog Posts

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/narmaku/linux-mcp-server'

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