Goldilocks Server
FreeNot checkedProvides k-point generation tools for Quantum ESPRESSO, enabling estimation of k-point spacing and generation of k-point grids for structure files with configur
About
Provides k-point generation tools for Quantum ESPRESSO, enabling estimation of k-point spacing and generation of k-point grids for structure files with configurable confidence levels.
README
Provides k-point generation tools for Quantum ESPRESSO with SSSP1.3 PBEsol efficiency version of pseudo-potentials
Tools exposed:
estimate_kpoint_distance
Requires specification path to the structure file, confidence level (models are trained for levels 0.85,0.9, and 0.95), and the model (ALIGNN or RF)
Example prompt: "Can you please generate k-points spacing for structure 'path/to/BaGa4.cif', confidence level 0.95 with ALIGNN model?"
Outputs the predicted k-spacing, and the confidence interval
generate_kpoint_grid
Requires specification path to the structure file, confidence level (models are trained for levels 0.85,0.9, and 0.95), and the model (ALIGNN or RF)
Example prompt: "Can you please generate k-points grid for structure 'path/to/BaGa4.cif', confidence level 0.95 with ALIGNN model?"
Outputs the predicted kmesh, generated using the lower bound of k-spacing interval (to make sure that the probability that predicted value is in agreement with confidence level)
Installing MCP-server locally
Install uv (https://docs.astral.sh/uv/getting-started/installation/)
Clone repository
git clone https://github.com/stfc/goldilocks-mcp.git
cd goldilocks-mcp
- Create virtual environment and install dependencies
uv venv --python 3.11
source .venv/bin/activate
uv pip install -e .
- Install pytorch-geometric (can't be installed from pyproject.toml but is required). See details https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html
uv pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.8.0+cpu.html
uv pip install torch_geometric
Adding mcp to Claude Desktop
To add goldilocks-mcp to Claude Desktop:
Open or create the Claude Desktop configuration file:
- macOS/Linux:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows: See instructions at https://modelcontextprotocol.io/docs/develop/build-server
- macOS/Linux:
If the file doesn't exist, create it with the content from
claude_desktop_config.json. If it already exists, merge thegoldilocks-mcpentry into the existingmcpServersobject.Important: Update the path in the config file. Replace
"absolute/path/to/goldilocks-mcp/goldilocks_mcp/"with the actual absolute path to thegoldilocks_mcpdirectory in your cloned repository.
Installing Goldilocks Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/stfc/goldilocks-mcpFAQ
Is Goldilocks Server MCP free?
Yes, Goldilocks Server MCP is free — one-click install via Unyly at no cost.
Does Goldilocks Server need an API key?
No, Goldilocks Server runs without API keys or environment variables.
Is Goldilocks Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Goldilocks Server in Claude Desktop, Claude Code or Cursor?
Open Goldilocks Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Goldilocks Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
