A Model Context Protocol (MCP) server that uses Devopness to allow AI Agents to provision infrastructure and deploy any app to any cloud
Project description
Devopness MCP server
Run
Shell
Latest Published on PyPi:
uvx devopness-mcp-server
Run from source:
uv run devopness-mcp-server
Shell - with MCP inspector
# Using Anthropic's official MCP inspector
uv run mcp dev src/devopness_mcp_server/main.py
# Using alpic.ai MCP inspector - from PyPi
npx @alpic-ai/grizzly uvx devopness-mcp-server
# Using alpic.ai MCP inspector - from source
npx @alpic-ai/grizzly uv run devopness-mcp-server
Postman
... TO DO: ... add step by step on how to add an MCP request using postman, link to postman docs, ...
STDIO
uv run --directory "/full/path/to/devopness/packages/ai/mcp-server/" devopness-mcp-server
Claude Desktop
... TO DO: ...
Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"Devopness": {
"command": "uv",
"args": [
"--directory",
"/full/path/to/devopness/packages/ai/mcp-server/",
"run",
"devopness-mcp-server"
],
"env": {
"DEVOPNESS_USER_EMAIL": "<email address>",
"DEVOPNESS_USER_PASSWORD": "<password>",
}
}
}
}
VS Code
... TO DO: ...
Windsurf
... TO DO: ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devopness_mcp_server-0.0.5.tar.gz.
File metadata
- Download URL: devopness_mcp_server-0.0.5.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
923223a84c04a920533d516e920e1fe31fb06f2be3f71ab22b746edf0f3d180d
|
|
| MD5 |
b02404fd19b6abd38c39f36fe3abea97
|
|
| BLAKE2b-256 |
f27f9d9b0841b2bac8cdac800e97c827b181f037fe996a687c9cc1e0b1c66114
|
File details
Details for the file devopness_mcp_server-0.0.5-py3-none-any.whl.
File metadata
- Download URL: devopness_mcp_server-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5feffc914ae76f35a97f689be830e8f939c0d0d20ac0e9e97c74784e21a14bc
|
|
| MD5 |
7e589ddb4c07e7a821a8b3ce94b05cc7
|
|
| BLAKE2b-256 |
ad86f835cb17f317d5567307de64765c70ed0bd144fbfdb8fed64d0b4cb14fdc
|