N
Nomad
Manage HashiCorp Nomad jobs and allocations.
·No reviews yet
Share:
About
Auto-generated
Nomad is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Nomad.
- What does the Nomad MCP do?
- The Nomad MCP provides an interface to manage HashiCorp Nomad jobs and allocations. It allows users to interact with Nomad clusters for workload orchestration and resource management.
- How can I install the Nomad MCP into a client like Cursor?
- Installation typically involves adding the Nomad MCP to your client's integrated tools or extensions. Specific steps depend on the Cursor version and its mechanism for integrating external models.
- Does the Nomad MCP require an API key for authentication?
- Yes, the Nomad MCP uses an API key for authentication. You will need to configure your Nomad API key within the client connecting to this MCP.
- What are the key capabilities exposed by the Nomad MCP?
- The Nomad MCP exposes functionalities for managing Nomad jobs, which includes submitting, updating, and querying job statuses. It also allows interaction with Nomad allocations.
- Is the Nomad MCP free to use?
- The Nomad MCP itself is community-provided and open source, meaning its usage is typically free. However, the underlying HashiCorp Nomad service may have associated costs depending on your deployment and infrastructure choices.
- What is a prerequisite for using the Nomad MCP?
- A key prerequisite for using the Nomad MCP is a running HashiCorp Nomad cluster. The MCP acts as a management interface for an existing Nomad environment.
Install Nomad
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"nomad": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nomad"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"nomad": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nomad"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"nomad": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nomad"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.