an MCP server for the services I like to use with AI agents, which you should probably fork and modify for your own use. No PRs accepted, this is
Model Context Protocol (MCP) Server MCP server exists for a simple reason — assistants are far more useful when they can act on Model Context Protocol (MCP) Server directly instead of describing what you should do. an MCP server for the services I like to use with AI agents, which you should probably fork and modify for your own use. No PRs accepted, this is just for me. Not private because you or a bot might get something out of what you see here.
A modular server that implements the Model Context Protocol standard, providing tools for GitHub, GitLab, Google Maps, Memory storage, and Puppeteer web automation.
Installation goes through your MCP client rather than a global install: point it at podman-compose on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Model Context Protocol (MCP) Server is connected, these are the calls the assistant has available:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Clone this repository: bash git clone https://github.com/yourusername/mcp-server.git cd mcp-serverYou will need 5 environment variables: SECRET_KEY, GITHUB_TOKEN, GITLAB_TOKEN, GMAPS_API_KEY, CHROME_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Model Context Protocol (MCP) Server's toolset — Prerequisites, Installation — is a fair guide to whether it matches your workflow. It is maintained by AdamPippert; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone this repository: bash git clone https://github.com/yourusername/mcp-server.git cd mcp-server |
{
"mcpServers": {
"multi-service": {
"command": "uvx",
"args": ["podman-compose"],
"env": {
"SECRET_KEY": "your-value",
"GITHUB_TOKEN": "your-value",
"GITLAB_TOKEN": "your-value",
"GMAPS_API_KEY": "your-value",
"CHROME_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| SECRET_KEY | Credential the server authenticates with. | Yes |
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
| GITLAB_TOKEN | Credential the server authenticates with. | Yes |
| GMAPS_API_KEY | Credential the server authenticates with. | Yes |
| CHROME_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.