FinSpace User Environment Management service Claude Desktop Config
Add the FinSpace User Environment Management service MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-finspace": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-finspace"
],
"env": {
"FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEY": "your_finspace_user_environment_management_service_api_key"
}
}
}
}Environment Variables
FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEYReplace your_finspace_user_environment_management_service_api_key with your actual finspace user environment management service api key
Endpoints
GET
/environmentListEnvironments
POST
/environmentCreateEnvironment
GET
/environment/{environmentId}GetEnvironment
PUT
/environment/{environmentId}UpdateEnvironment
DELETE
/environment/{environmentId}DeleteEnvironment
GET
/tags/{resourceArn}ListTagsForResource
POST
/tags/{resourceArn}TagResource
DELETE
/tags/{resourceArn}#tagKeysUntagResource