Back to Browse

Wisegrid MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

About

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

Security Report

5.2
Moderate5.2Moderate Risk

WiseGrid MCP is a well-structured server with proper authentication, appropriate input validation, and sound security practices. The server correctly requires API key authentication via environment variables, implements idempotent operations with proper versioning for concurrent edit safety, and includes thoughtful error handling with user guidance. No critical vulnerabilities or malicious patterns detected. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

WiseGrid API key (create one under Settings)Required

Environment variable: WISEGRID_API_KEY

Override the API base URL for self-hosted instancesOptional

Environment variable: WISEGRID_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ryankramer-wisegrid-mcp": {
      "env": {
        "WISEGRID_API_KEY": "your-wisegrid-api-key-here",
        "WISEGRID_BASE_URL": "your-wisegrid-base-url-here"
      },
      "args": [
        "wisegrid-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!