[{"data":1,"prerenderedAt":343},["ShallowReactive",2],{"blog-post-nanome-mcp-is-live!":3,"blog-posts-nav":22},{"data":4,"meta":18},[5],{"id":6,"attributes":7},141,{"title":8,"content":9,"createdAt":10,"updatedAt":11,"publishedAt":12,"date":13,"description":14,"keywords":15,"slug":16,"category":17},"Nanome MCP is live!","\u003Cp>Nanome now connects directly to Claude Code through the Model Context Protocol. Describe the structure and the figure you want, and Claude builds the workspace: selections, colors, measurements, and contact maps, all computed against the real coordinates.\u003C\u002Fp>\n\n\u003Cp>The server ships with 47 tools covering projects, workspaces, scenes, components, annotations, entries, and export. Every one of them was exercised against a live structure before release.\u003C\u002Fp>\n\n\u003Cp>Setup takes about two minutes.\u003C\u002Fp>\n\n\u003Ch2>Install\u003C\u002Fh2>\n\n\u003Cp>Add the server:\u003C\u002Fp>\n\n\u003Cpre>\u003Ccode>claude mcp add --transport http nanome https:\u002F\u002Fworkspaces.nanome.ai\u002Fmcp\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>This writes an entry into \u003Ccode>~\u002F.claude.json\u003C\u002Fcode> scoped to the current directory. To make Nanome available across every project, add the \u003Ccode>-s user\u003C\u002Fcode> flag:\u003C\u002Fp>\n\n\u003Cpre>\u003Ccode>claude mcp add -s user --transport http nanome https:\u002F\u002Fworkspaces.nanome.ai\u002Fmcp\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cdiv style=\"text-align: center; margin: 2rem 0;\">\n  \u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fnanome_mcp_is_live_MCP_setup_88a8dcdb46.png\" alt=\"MCP setup configuration\" style=\"max-width: 100%; border-radius: 8px;\" \u002F>\n\u003C\u002Fdiv>\n\n\u003Ch2>Authenticate\u003C\u002Fh2>\n\n\u003Cp>The server uses OAuth, with \u003Ccode>app.nanome.ai\u003C\u002Fcode> as the authorization server. Your existing Nanome credentials apply, and there is no separate account to create.\u003C\u002Fp>\n\n\u003Cp>From the shell, in one command:\u003C\u002Fp>\n\n\u003Cpre>\u003Ccode>claude mcp login nanome\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>The same flow runs from inside an interactive session:\u003C\u002Fp>\n\n\u003Cpre>\u003Ccode>claude\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>Run \u003Ccode>\u002Fmcp\u003C\u002Fcode>, select \u003Cstrong>nanome\u003C\u002Fstrong>, and choose Authenticate. Either path opens a browser window at app.nanome.ai for sign-in, and the token is stored on completion. Restart Claude Code afterward so the tools load into the session.\u003C\u002Fp>\n\n\u003Cdiv style=\"text-align: center; margin: 2rem 0;\">\n  \u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fnanome_mcp_is_live_auth_fb64898e1d.png\" alt=\"Nanome OAuth authentication flow\" style=\"max-width: 100%; border-radius: 8px;\" \u002F>\n\u003C\u002Fdiv>\n\n\u003Ch2>Verify\u003C\u002Fh2>\n\n\u003Cp>After adding the server, \u003Ccode>claude mcp list\u003C\u002Fcode> reports:\u003C\u002Fp>\n\n\u003Cpre>\u003Ccode>nanome: https:\u002F\u002Fworkspaces.nanome.ai\u002Fmcp (HTTP) - ✔ Connected\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>That status confirms the endpoint is reachable and speaks the MCP auth handshake. It does not confirm that authentication has completed. The reliable check is whether \u003Ccode>mcp__nanome__*\u003C\u002Fcode> tools appear in a fresh session.\u003C\u002Fp>\n\n\u003Ch2>What it looks like in practice\u003C\u002Fh2>\n\n\u003Cp>To test the server against something demanding, we built a walkthrough of \u003Cstrong>KRAS G12C bound to sotorasib\u003C\u002Fstrong>, PDB 6OIM.\u003C\u002Fp>\n\n\u003Cp>KRAS is the most frequently mutated oncogene in human cancer, and it resisted drugging for 40 years. Its surface offers no obvious binding cleft, and its natural ligand GTP binds with picomolar affinity, which rules out competition at that site. Sotorasib reaches a different target: in tumors carrying the G12C mutation, glycine 12 becomes a cysteine positioned beside a pocket that only exists while the switch II loop is displaced. The drug occupies that transient pocket and forms a covalent bond to the cysteine. It was approved in 2021.\u003C\u002Fp>\n\n\u003Cp>That makes it a useful test case, because the explanation has to travel from the whole protein, to a loop that shifts, to a pocket that exists only while it shifts, to a single bond.\u003C\u002Fp>\n\n\u003Cp>Three prompts from the build are below. The full workspace contains nine scenes.\u003C\u002Fp>\n\n\u003Ch3>Loading and rendering the structure\u003C\u002Fh3>\n\n\u003Cpre>\u003Ccode>Pull up 6OIM, KRAS G12C with sotorasib bound. Show the fold as a cartoon\ncolored by secondary structure, put the drug in gold, and show me the\nGDP and the magnesium.\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>Claude retrieved the structure from RCSB, requested an upload URL, posted the file, and assembled four components: a secondary-structure ribbon, the ligand with gold carbons against standard CPK heteroatoms, GDP in cyan, and the Mg²⁺ ion as a green sphere.\u003C\u002Fp>\n\n\u003Cp>Two inferences happened without instruction. Claude identified \"the drug\" as residue \u003Ccode>MOV\u003C\u002Fcode> by listing the ligands in the entry and reading their molecular weights, and it applied the gold to carbons only, preserving conventional coloring for nitrogen and oxygen.\u003C\u002Fp>\n\n\u003Cdiv style=\"text-align: center; margin: 2rem 0;\">\n  \u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fnanome_mcp_is_live_loading_e3b52b6381.png\" alt=\"Loading and rendering KRAS G12C structure in Nanome\" style=\"max-width: 100%; border-radius: 8px;\" \u002F>\n\u003C\u002Fdiv>\n\n\u003Ch3>Selecting the binding pocket\u003C\u002Fh3>\n\n\u003Cpre>\u003Ccode>Surface the whole protein semi-transparent, and color everything within\n5 Å of the ligand so I can see the switch II pocket.\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>The pocket lining resolved to a distance filter evaluated server-side against the deposited coordinates: every protein atom within 5 Å of the ligand, expanded to whole residues. For 6OIM that returns 21 residues.\u003C\u002Fp>\n\n\u003Cp>No atom in that selection is named by hand. The same sentence produces the correct pocket for any structure, because the component stores a rule rather than a list.\u003C\u002Fp>\n\n\u003Cdiv style=\"text-align: center; margin: 2rem 0;\">\n  \u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fnanome_mcp_is_live_pocket_94637b4c6d.png\" alt=\"Switch II binding pocket visualization colored by distance filter\" style=\"max-width: 100%; border-radius: 8px;\" \u002F>\n\u003C\u002Fdiv>\n\n\u003Ch3>Measuring the covalent bond\u003C\u002Fh3>\n\n\u003Cpre>\u003Ccode>Show me the covalent bond. Cys12 and the acrylamide warhead big, the rest\nof the ligand small. Measure the sulfur-carbon distance, the attack angle,\nand the torsion.\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>\u003Cstrong>Cys12 Sγ to sotorasib C25 measures 1.81 Å\u003C\u002Fstrong>, a carbon-sulfur single bond read from the deposited coordinates.\u003C\u002Fp>\n\n\u003Cp>All three measurement types accept flat atom lists: two serials for a distance, three for an angle with the vertex in the middle position, four for a dihedral. The acrylamide warhead was isolated by explicit atom serial, and the remainder of the ligand rendered thin and dim so attention falls on the bond.\u003C\u002Fp>\n\n\u003Cp>These measurements are live annotations anchored to atoms rather than text written into a caption. They persist and update as the structure moves.\u003C\u002Fp>\n\n\u003Cdiv style=\"text-align: center; margin: 2rem 0;\">\n  \u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fnanome_mcp_is_live_measurement_00bcee6149.png\" alt=\"Covalent bond measurement showing Cys12 sulfur-carbon distance, attack angle, and torsion\" style=\"max-width: 100%; border-radius: 8px;\" \u002F>\n\u003C\u002Fdiv>\n\n\u003Ch2>Explore the workspace\u003C\u002Fh2>\n\n\u003Cp>The remaining six scenes cover the switch I and switch II regions, the full ligand-pocket contact map with four measured hydrogen bonds, the His95 groove that accounts for mutant selectivity, and a scene built entirely from \u003Ccode>add_default_components\u003C\u002Fcode> to show the zero-configuration output.\u003C\u002Fp>\n\n\u003Cp>The workspace is open under sharing code \u003Cstrong>FSCV3GB9\u003C\u002Fstrong>. It rewards walking through, particularly in headset, where the switch II pocket registers as a cavity with real depth.\u003C\u002Fp>\n\n\u003Ch2>Notes from the build\u003C\u002Fh2>\n\n\u003Cp>A few behaviors are worth knowing before you start.\u003C\u002Fp>\n\n\u003Cp>\u003Ccode>add_interaction_components\u003C\u002Fcode> requires the ligand and the protein to occupy separate entries. A standard PDB deposits both as one entry, which produces the error \u003Cem>\"Cannot add cross-entry components entry and itself\"\u003C\u002Fem>. Export the ligand to SDF and re-upload it as its own entry, after which the tool returns all eight contact types plus a pocket surface in a single call.\u003C\u002Fp>\n\n\u003Cp>\u003Ccode>reset_default_components\u003C\u002Fcode> appends the default components and leaves existing custom components in place, rather than clearing the scene first.\u003C\u002Fp>\n\n\u003Cp>\u003Ccode>export_component\u003C\u002Fcode> fails on \u003Ccode>smi\u003C\u002Fcode> for some ligands, returning \u003Cem>\"RDKit failed to generate SMILES\"\u003C\u002Fem>. The same component exports correctly as \u003Ccode>sdf\u003C\u002Fcode>.\u003C\u002Fp>\n\n\u003Cp>\u003Ccode>load_entry_from_content\u003C\u002Fcode> validates the three-line MOL header strictly. For files you did not generate, use \u003Ccode>request_entry_upload\u003C\u002Fcode> and post the file instead.\u003C\u002Fp>\n\n\u003Cp>Atom serials map one-to-one onto PDB serials with no offset, which makes scripted figure generation considerably simpler.\u003C\u002Fp>\n\n\u003Ch2>Why this matters\u003C\u002Fh2>\n\n\u003Cp>The limiting factor in molecular design stopped being data some time ago. It is interface. Structures stay abstract until you can stand inside one, and a team that cannot see a mechanism ends up debating a picture of it.\u003C\u002Fp>\n\n\u003Cp>An MCP server is a modest piece of engineering on its own. What it changes is the distance between describing a structure and having one. The sentence a scientist would say to a colleague is now the sentence that builds the workspace, and the result is something that colleague can open and turn around in their own hands.\u003C\u002Fp>\n\n\u003Cp>The nine-scene walkthrough above took roughly 11 minutes to build.\u003C\u002Fp>\n\n\u003Ch2>Get started\u003C\u002Fh2>\n\n\u003Cpre>\u003Ccode>claude mcp add --transport http nanome https:\u002F\u002Fworkspaces.nanome.ai\u002Fmcp\nclaude mcp login nanome\u003C\u002Fcode>\u003C\u002Fpre>\n\n\u003Cp>Restart Claude Code, then describe what you want to see.\u003C\u002Fp>","2026-08-17T22:03:15.837Z","2026-08-17T22:32:34.371Z","2026-08-17T22:08:42.954Z","2026-08-17","Nanome now connects directly to Claude Code via MCP. Describe a structure, and Claude builds the workspace: selections, colors, measurements, and contact maps.","Nanome MCP, Claude Code, Model Context Protocol, molecular visualization, KRAS G12C, sotorasib, structural biology, MCP server, protein structure, drug discovery","nanome-mcp-is-live!",null,{"pagination":19},{"page":20,"pageSize":21,"pageCount":20,"total":20},1,100,{"data":23,"meta":340},[24,29,35,40,45,50,55,60,65,70,75,81,86,92,97,102,107,112,117,122,127,132,137,142,147,153,158,163,168,173,178,183,188,193,198,203,208,213,218,223,228,233,238,243,248,253,258,263,268,273,278,283,288,293,298,303,308,313,318,323,328,333,338],{"id":20,"attributes":25},{"slug":26,"title":27,"category":28},"spy-stories-and-rational-drug-design","Spy stories & rational drug design","case-studies",{"id":30,"attributes":31},2,{"slug":32,"title":33,"category":34},"meta-quest-pro-and-a-new-version-of-nanome-(v1.24)","Meta Quest Pro & a new version of Nanome (v1.24)","releases",{"id":36,"attributes":37},3,{"slug":38,"title":39,"category":28},"beating-the-pandemic-in-virtual-reality","Beating the Pandemic in Virtual Reality",{"id":41,"attributes":42},4,{"slug":43,"title":44,"category":28},"a-new-era-in-drug-discovery-the-first-ai-generated-drug-is-going-to-clinical-trial","A new era in drug discovery? The first AI-generated drug is going to clinical trial",{"id":46,"attributes":47},5,{"slug":48,"title":49,"category":28},"antibody-prophylaxis-for-lyme-disease","Antibody Prophylaxis for Lyme Disease",{"id":51,"attributes":52},6,{"slug":53,"title":54,"category":28},"diabetes-treatment-is-about-to-change-forever","Diabetes treatment is about to change forever",{"id":56,"attributes":57},7,{"slug":58,"title":59,"category":34},"april-2023-nanome-plugins-and-home.nanome.ai-updates","April 2023 Nanome Plugins & home.nanome.ai Updates",{"id":61,"attributes":62},8,{"slug":63,"title":64,"category":34},"v1.24.4-patch-release-blog-and-data-table-plugin-update","v1.24.4 Patch Release Blog and Data Table Plugin Update",{"id":66,"attributes":67},9,{"slug":68,"title":69,"category":28},"exploring-gaba-in-vr-common-therapeutics-can-reverse-pathological-sleep-conditions","Exploring GABA in VR - Common therapeutics can reverse pathological sleep conditions",{"id":71,"attributes":72},10,{"slug":73,"title":74,"category":34},"introducing-mara:-a-paradigm-shift-in-ai-assisted-scientific-informatics-workflow-orchestration","Introducing MARA: A Paradigm Shift in AI-assisted Scientific Informatics Workflow Orchestration",{"id":76,"attributes":77},11,{"slug":78,"title":79,"category":80},"reflecting-on-2023-and-looking-forward-to-2024","Reflecting on 2023, and looking forward to 2024","philosophy",{"id":82,"attributes":83},12,{"slug":84,"title":85,"category":80},"our-thoughts-on-the-up-and-coming-apple-vision-pro","Our thoughts on the up & coming Apple Vision Pro ",{"id":87,"attributes":88},13,{"slug":89,"title":90,"category":91},"revolutionize-your-research-with-the-nanome-jupyter-cookbook-plugin","Revolutionize Your Research with the Nanome Jupyter Cookbook Plugin","tutorials",{"id":93,"attributes":94},14,{"slug":95,"title":96,"category":34},"introducing-the-the-nanome-scene-viewer-plugin","Introducing the The Nanome Scene Viewer Plugin",{"id":98,"attributes":99},15,{"slug":100,"title":101,"category":80},"nanospin:-a-glimpse-into-nanome's-vision-for-the-future-with-apple-vision-pro","NanoSpin: A Glimpse into Nanome's Vision for the Future with Apple Vision Pro",{"id":103,"attributes":104},16,{"slug":105,"title":106,"category":34},"calcflow-comes-to-the-apple-vision-pro","Calcflow comes to the Apple Vision Pro",{"id":108,"attributes":109},17,{"slug":110,"title":111,"category":34},"nanome-apple-vision-pro-and-2.0-dev-blog-april-2024","Nanome Apple Vision Pro & 2.0 Dev Blog April 2024",{"id":113,"attributes":114},18,{"slug":115,"title":116,"category":34},"mara-q2-2024-update-blog","MARA Q2 2024 Update Blog",{"id":118,"attributes":119},19,{"slug":120,"title":121,"category":80},"nanome-on-apple-vision-pro-roadmap","Nanome on Apple Vision Pro Roadmap",{"id":123,"attributes":124},20,{"slug":125,"title":126,"category":34},"v1.24.6-patch-release","v1.24.6 Patch Release",{"id":128,"attributes":129},21,{"slug":130,"title":131,"category":34},"mara-public-beta-coming-soon","MARA Public Beta Coming Soon ",{"id":133,"attributes":134},22,{"slug":135,"title":136,"category":34},"introduction-to-mara-freemium","Introduction to MARA Freemium",{"id":138,"attributes":139},23,{"slug":140,"title":141,"category":91},"computer-aided-drug-discovery-and-design-through-mara","Computer-Aided Drug Discovery & Design through MARA",{"id":143,"attributes":144},24,{"slug":145,"title":146,"category":91},"mara-and-cdd-integration-example","MARA & CDD Integration Example",{"id":148,"attributes":149},26,{"slug":150,"title":151,"category":152},"collaborative-drug-discovery-and-nanome-partnership-announcement","Collaborative Drug Discovery & Nanome Partnership Announcement","partnerships",{"id":154,"attributes":155},25,{"slug":156,"title":157,"category":91},"introduction-to-mara-tool-creation","Introduction to MARA Tool Creation",{"id":159,"attributes":160},27,{"slug":161,"title":162,"category":34},"mara-update:-v0.12.10","MARA Update: v0.12.10",{"id":164,"attributes":165},28,{"slug":166,"title":167,"category":91},"mara-bioinformatics-workflow","MARA Bioinformatics Workflow",{"id":169,"attributes":170},29,{"slug":171,"title":172,"category":91},"mara-cheminformatics-workflow","MARA Cheminformatics Workflow",{"id":174,"attributes":175},32,{"slug":176,"title":177,"category":34},"announcing-the-early-access-program-for-nanome-ai:-the-next-generation-of-molecular-design","Announcing the Early Access Program for Nanome AI: The Next Generation of Molecular Design",{"id":179,"attributes":180},31,{"slug":181,"title":182,"category":91},"mara-and-jupyter-notebook-integration","MARA and Jupyter Notebook Integration",{"id":184,"attributes":185},33,{"slug":186,"title":187,"category":91},"exploring-the-new-scene-menu-in-nanome-2.0:-a-comprehensive-guide","Exploring the New Scene Menu in Nanome 2.0: A Comprehensive Guide",{"id":189,"attributes":190},34,{"slug":191,"title":192,"category":91},"understanding-nanome-2.0's-new-permissioning-system:-a-guide-to-secure-and-collaborative-workspaces","Understanding Nanome 2.0’s New Permissioning System: A Guide to Secure and Collaborative Workspaces",{"id":194,"attributes":195},35,{"slug":196,"title":197,"category":91},"nanome-2.0:-a-deep-dive-into-the-technical-foundations","Nanome 2.0: A Deep Dive into the Technical Foundations",{"id":199,"attributes":200},36,{"slug":201,"title":202,"category":34},"major-updates-to-the-nanome-documentation-site","Major Updates to the Nanome Documentation Site",{"id":204,"attributes":205},37,{"slug":206,"title":207,"category":91},"assay-data-enabled-analysis-workflows-in-mara","Assay Data Enabled Analysis Workflows in MARA",{"id":209,"attributes":210},38,{"slug":211,"title":212,"category":91},"from-vault-to-workspaces:-the-evolution-of-file-and-workflow-management-in-nanome-2.0","From Vault to Workspaces: The Evolution of File and Workflow Management in Nanome 2.0",{"id":214,"attributes":215},39,{"slug":216,"title":217,"category":80},"looking-back-at-2024-and-what's-next-for-nanome-in-2025","Looking Back at 2024 and What’s Next for Nanome in 2025",{"id":219,"attributes":220},40,{"slug":221,"title":222,"category":91},"how-nanome's-agentic-platform-can-enhance-and-integrate-with-your-docking-and-structural-visualization-workflows","How Nanome’s agentic platform can enhance and integrate with your docking and structural visualization workflows",{"id":224,"attributes":225},41,{"slug":226,"title":227,"category":34},"nanome-ai-february-2025-update!","Nanome AI February 2025 Update!",{"id":229,"attributes":230},42,{"slug":231,"title":232,"category":34},"mara's-updated-workflow-processes-provide-huge-time-savings!","MARA’s Updated Workflow Processes Provide Huge Time Savings!",{"id":234,"attributes":235},43,{"slug":236,"title":237,"category":152},"livedesign-live-reports-literally-at-your-fingertips","LiveDesign Live Reports — Literally at Your Fingertips",{"id":239,"attributes":240},44,{"slug":241,"title":242,"category":34},"nanome-v2.1.0-release-update:-new-workspace-api-interactions-alignment-ligands-table-and-more!","Nanome v2.1.0 Release Update: New Workspace API, Interactions, Alignment, Ligands Table, and more!",{"id":244,"attributes":245},45,{"slug":246,"title":247,"category":152},"view-your-openeyecadence-data-with-fresh-eyes-using-nanome-xr","View Your OpenEye\u002FCadence Data with Fresh Eyes using Nanome XR",{"id":249,"attributes":250},46,{"slug":251,"title":252,"category":34},"nanome-v2.1.1-patch-release-update:-new-scene-pov-sdf-metadata-support-and-rendering-improvements","Nanome v2.1.1 Patch Release Update: New Scene POV, SDF Metadata Support, and Rendering Improvements",{"id":254,"attributes":255},47,{"slug":256,"title":257,"category":34},"nanome-v2.2.0:-measure-interact-and-analyze-from-atom-to-angstroms","Nanome v2.2.0: Measure, Interact, and Analyze from Atom to Angstroms",{"id":259,"attributes":260},48,{"slug":261,"title":262,"category":28},"v2.2-usecase-blog:-how-a-biochemist-leveraged-measurement-tools-in-xr-to-streamline-protein-design","V2.2 Usecase Blog: How a biochemist leveraged Measurement Tools in XR to Streamline Protein Design",{"id":264,"attributes":265},49,{"slug":266,"title":267,"category":152},"from-pdb-to-pose:-integration-of-nanome's-mara-and-cresset's-flare","From PDB to Pose: Integration of Nanome’s MARA and Cresset’s Flare",{"id":269,"attributes":270},50,{"slug":271,"title":272,"category":34},"nanome-v2.3.0:-new-tools-(builder-and-selection)-sequence-menu-and-web-preview","Nanome V2.3.0: New Tools (Builder and Selection), Sequence Menu, and Web Preview",{"id":274,"attributes":275},51,{"slug":276,"title":277,"category":34},"important-security-update-for-nanome-unity-vulnerability-patch","Important Security Update for Nanome – Unity Vulnerability Patch",{"id":279,"attributes":280},52,{"slug":281,"title":282,"category":80},"interface-to-design-the-future","Interface to Design the Future",{"id":284,"attributes":285},53,{"slug":286,"title":287,"category":91},"setting-up-boltz-2-configuration-files-and-analysis-with-nanome-ai","Setting Up Boltz-2 Configuration Files and Analysis with Nanome AI",{"id":289,"attributes":290},54,{"slug":291,"title":292,"category":152},"meta-horizon-managed-services-goes-free:-what-this-means-for-enterprise-vr-users","Meta Horizon Managed Services Goes Free: What This Means for Enterprise VR Users",{"id":294,"attributes":295},55,{"slug":296,"title":297,"category":34},"nanome-v2.4.0:-early-access-release-mara-voice-commands-minimization-chem-interactions-and-more!","Nanome v2.4.0: Early Access Release, Mara Voice Commands, Minimization, Chem Interactions, and more! ",{"id":299,"attributes":300},60,{"slug":301,"title":302,"category":152},"nanome-joins-the-openfold-consortium","Nanome Joins the OpenFold Consortium",{"id":304,"attributes":305},66,{"slug":306,"title":307,"category":17},"announcing:-nanome-claude-code-skill-and-mcp-server-and-what's-next-for-mara","Announcing: Nanome Claude Code Skill & MCP Server, and What's Next for MARA",{"id":309,"attributes":310},69,{"slug":311,"title":312,"category":80},"the-new-front-door-to-nanome","The New Front Door to Nanome",{"id":314,"attributes":315},68,{"slug":316,"title":317,"category":34},"nanome-v2.5:-web-trajectories-torsion-tool-and-more","Nanome v2.5: Web, Trajectories, Torsion Tool, and More",{"id":319,"attributes":320},70,{"slug":321,"title":322,"category":17},"academic-license-update-for-nanome","Academic License Update for Nanome",{"id":324,"attributes":325},71,{"slug":326,"title":327,"category":34},"web-app-1.0-ships-today-and-mara's-beta-tag-comes-off-with-it.","Web App 1.0 ships today, and MARA's beta tag comes off with it.",{"id":329,"attributes":330},138,{"slug":331,"title":332,"category":34},"v2.6-release-blog:-scene-recording-residue-editor-mara-tools-in-xr-and-more","V2.6 Release Blog: Scene Recording, Residue Editor, MARA Tools in XR, and More",{"id":334,"attributes":335},140,{"slug":336,"title":337,"category":28},"how-resonac-turned-two-years-of-misaligned-randd-into-a-single-afternoon-breakthrough","How Resonac Turned Two Years of Misaligned R&D Into a Single Afternoon Breakthrough",{"id":6,"attributes":339},{"slug":16,"title":8,"category":17},{"pagination":341},{"page":20,"pageSize":21,"pageCount":20,"total":342},63,1787006473949]