MCP Server
io.github.gregcastro23/alchm-kitchen MCP Server
io.github.gregcastro23/alchm-kitchen
What is the io.github.gregcastro23/alchm-kitchen MCP server?
Live transits, ESMS ingredients, cosmic recipes, synastry & transit×natal overlays by alchm.kitchen
How to install io.github.gregcastro23/alchm-kitchen
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MCP_USER_API_KEYsecretYour alchm.kitchen API key — mint one at https://alchm.kitchen/profile/api-keys. Optional; unlocks per-user quotas and invocation telemetry. The server runs anonymously without it.
DATABASE_URLsecretPostgreSQL connection string. Optional; enables the token gate and invocation logging. Omit for anonymous mode (all tools still function).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"alchm-kitchen": {
"command": "npx",
"args": [
"-y",
"@alchm/mcp-server"
],
"env": {
"MCP_USER_API_KEY": "<YOUR_MCP_USER_API_KEY>",
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"alchm-kitchen": {
"command": "npx",
"args": [
"-y",
"@alchm/mcp-server"
],
"env": {
"MCP_USER_API_KEY": "<YOUR_MCP_USER_API_KEY>",
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"alchm-kitchen": {
"command": "npx",
"args": [
"-y",
"@alchm/mcp-server"
],
"env": {
"MCP_USER_API_KEY": "<YOUR_MCP_USER_API_KEY>",
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"alchm-kitchen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alchm/mcp-server"
],
"env": {
"MCP_USER_API_KEY": "<YOUR_MCP_USER_API_KEY>",
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}Claude Code
claude mcp add alchm-kitchen --env MCP_USER_API_KEY=<YOUR_MCP_USER_API_KEY> --env DATABASE_URL=<YOUR_DATABASE_URL> -- npx -y @alchm/mcp-serverRelated MCP servers
Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen
View repository →