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
uv run main.py
Shell - with MCP inspector
# Using Anthropic's official MCP inspector
uv run mcp dev main.py
# Using alpic.ai MCP inspector
npx @alpic-ai/grizzly uv run main.py
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/" main.py
Claude Desktop
... TO DO: ...
Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"Devopness": {
"command": "uv",
"args": [
"--directory",
"/full/path/to/devopness/packages/ai/mcp-server/",
"run",
"main.py"
],
"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.1.tar.gz.
File metadata
- Download URL: devopness_mcp_server-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f25853c4635117c796b223dd77b706bb25e20f63d857ef488adee28a928e215d
|
|
| MD5 |
9e2ba06277137348cb559a341712c35c
|
|
| BLAKE2b-256 |
22cfb1e2a79413a23f19eba720f9cd8b26c3a927be29bc623594686b82dc8983
|
File details
Details for the file devopness_mcp_server-0.0.1-py3-none-any.whl.
File metadata
- Download URL: devopness_mcp_server-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f61d9b4fc33c25bec9d30f3e55af3f7995d5633e0588f7face794dbc851f481
|
|
| MD5 |
617ce77dd43a84689822679680c8d0de
|
|
| BLAKE2b-256 |
5e6ee62aa85624739a953f645c5ae5591bc7581421cfb53b7218615cb4b870a1
|