Configure IONOS MCP server

This commit is contained in:
Tobias Ostner 2026-07-31 15:50:52 +02:00
parent 36ea7633a4
commit 0a5c560f75
3 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,11 @@
{
"mcpServers": {
"ionos": {
"url": "https://mcp.ionos.com/mcp",
"auth": "bearer",
"bearerTokenEnv": "IONOS_PAT",
"lifecycle": "lazy"
},
"linear": {
"url": "https://mcp.linear.app/mcp",
"auth": "oauth",