Skip to main content
Glama
Evan7198

PCILeech MCP Server

by Evan7198
pyproject.toml623 B
[project] name = "mcp-server-pcileech" version = "0.1.0" description = "MCP Server for PCILeech - Memory debugging via Model Context Protocol" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.23.3", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "mypy>=1.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] include = ["*.py", "config.json"] [tool.black] line-length = 100 target-version = ['py310'] [tool.mypy] python_version = "3.10" warn_return_any = true warn_unused_configs = true

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/Evan7198/mcp_server_pcileech'

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