A favicon of Gatsby DatoCMS Portfolio Demo

Gatsby DatoCMS Portfolio Demo

Sample DatoCMS website built with GatsbyJS

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install drxekus/gatsbyjs-test -c claude

This command will automatically install and configure the Gatsby DatoCMS Portfolio Demo MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Gatsby DatoCMS Portfolio Demo": {
      "command": "npx",
      "args": [
        "-y",
        "gatsby-datocms-demo"
      ],
      "env": {
        "DATO_API_TOKEN": "${input:dato_api_token}"
      }
    }
  }
}

Gatsby Portfolio Website

This repo contains a static website written with GatsbyJS, integrated with content coming from DatoCMS.

Preview

See the live demo

If you want to use try this out yourself, you first need to set up a project on DatoCMS which will host your data.

You can sign up for a free account and then you can simply click this button:

Deploy with DatoCMS

Repo usage

First, install the dependencies of this project:

npm install

Add an .env file containing the read-only API token of your DatoCMS site:

echo 'DATO_API_TOKEN=abc123' >> .env

Then, to run this website in development mode (with live-reload):

npm run develop

To build the final, production ready static website:

npm run build

The final result will be saved in the public directory.

About

The goal of this project is to show how easily you can create static sites using the content (text, images, links, etc.) stored on DatoCMS. This project is configured to fetch data from a specific administrative area using the API DatoCMS provides.

You can find further information about how to integrate DatoCMS with Gatsby in our documentation.

This websites uses:

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    4 years ago
  • Repository age


    4 years
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Gatsby DatoCMS Portfolio Demo:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Gatsby DatoCMS Portfolio Demo: MCP Server – MCP.Bar