{% extends "base.html" %} {% block title %}MCP servers ยท Maverick{% endblock %} {% block content %}
| name | command | args |
|---|---|---|
{{ name }} |
{{ s.command or '-' }} |
{{ s.args | join(' ') if s.args else '-' }} |
No MCP servers configured. Add one via maverick init
or by editing [mcp_servers.<name>] in ~/.maverick/config.toml.
Model Context Protocol servers expose tools (filesystem access, GitHub, databases, etc.)
over a JSON-RPC channel. Maverick consumes them as mcp_<server>__<tool>.
See modelcontextprotocol.io
for the spec.