Skip to content
v1.6.27MIT

28 production-ready MCP servers for coding agents - filesystem, GitHub, npm, research, and more. Ships zero-config servers out of the box and the umt CLI to connect any harness.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

umt-hackernewsstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@universal-mcp-toolkit/server-hackernews@0.2.0",
    "--transport",
    "stdio"
  ]
}
umt-arxivstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@universal-mcp-toolkit/server-arxiv@0.1.1",
    "--transport",
    "stdio"
  ]
}
umt-npm-registrystdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@universal-mcp-toolkit/server-npm-registry@0.2.0",
    "--transport",
    "stdio"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "umt",
  "version": "1.6.27",
  "description": "28 production-ready MCP servers for coding agents - filesystem, GitHub, npm, research, and more. Ships zero-config servers out of the box and the `umt` CLI to connect any harness.",
  "keywords": ["mcp", "tools", "agents", "automation"],
  "author": {
    "name": "Markgatcha"
  },
  "homepage": "https://github.com/Markgatcha/universal-mcp-toolkit",
  "repository": "https://github.com/Markgatcha/universal-mcp-toolkit",
  "license": "MIT"
}