SpatialGrid MCP Server
Provides tools for MongoDB collection management, enabling operations such as creating, updating, deleting, and listing collections.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SpatialGrid MCP Servercreate a new project called TestGrid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SpatialGrid MCP Chat Interface
This project provides a modern chat interface for interacting with the SpatialGrid MCP (Model Context Protocol) server.
Overview
The project consists of two main parts:
MCP Server: A Node.js server running Model Context Protocol that provides various tools and resources for spatial grid applications.
Chat Interface: A React-based frontend that provides a user-friendly interface to interact with the MCP server.
Related MCP server: Google Earth Engine MCP Server
Features
💬 Real-time chat interface
🚀 Built with React and Tailwind CSS
🔌 WebSocket communication with the MCP server
📱 Responsive design for all screen sizes
✨ Markdown rendering for responses
Quick Start
The easiest way to get started is to run the setup script:
# Make the script executable if it isn't already
chmod +x setup.sh
# Run the setup script
./setup.shThis will:
Install all dependencies
Build the frontend
Start the server
Once running, you can access the chat interface at http://localhost:3001.
Manual Setup
If you prefer to set up the project manually:
Frontend
# Navigate to the frontend directory
cd frontend
# Install dependencies
npm install
# Start development mode (separate React and proxy servers)
npm run dev
# OR build for production and start the server
npm run build
npm run serverProject Structure
index.js- The main MCP serverfrontend/- React frontend applicationsrc/- React source codepublic/- Static assetsserver.js- WebSocket proxy server
MCP Tools
The MCP server provides various tools that you can access through the chat interface, including:
Basic calculations
MongoDB collection management
Asset management
Project creation and management
Experience publishing
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Product Management
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
MCP server for aerospace calculations: orbital mechanics, ephemeris, DSN operations, ...
Related MCP Servers
- FlicenseCqualityDmaintenanceMCP server that enables deployment and management of MCP servers through a simple configuration-based interface.1-
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with Google Earth Engine, enabling geospatial analysis such as dataset visualization, statistics computation, and search via AI assistants.14MIT
- AlicenseNot gradedqualityBmaintenanceUnified MCP server for ArcGIS Online and Enterprise providing tools for user/group management, item management, geoprocessing, feature layer queries/editing, and server administration.2MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for comprehensive MongoDB integration, enabling database operations, document management, schema analysis, and query tools.19 npmMIT