MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Oso Cloud MCP Server
Code ExecutionOfficial
O

Oso Cloud MCP Server

Understand, develop, and debug authorization policies in Oso Cloud.

0 starsUpdated Aug 28, 2026

Ads

Overview

> Integrate your local LLM setup with Oso Cloud APIs via our MCP server. develop a better understanding of your policy use natural language to ask authorization-related questions debug why an authorization decision does not match what you expect Don't have the CLI installed or don't want to manually add the configuration? No worries - download the following DXT file and double-click to automatically install the Oso MCP Server into Claude Desktop or other AI clients that accept DXTs. The following installation methods assume you have already installed and set up the CLI (version >=0.33.0).

Installation

Installation instructions are not available yet.

Configuration

{
  "mcpServers": {
    "oso": {
      "command": "oso-cloud",
      "args": ["experimental", "mcp"],
      "env": {
        "OSO_URL": "http://localhost:8080",
        "OSO_AUTH": "e_0123456789_12345_osotesttoken01xiIn"
      }
    }

Capabilities

  • Get your authorization policy

    Retrieve the current policy to review or diagram its rules using `get_policy`.

  • Check a specific permission

    Ask whether an actor can perform an action on a resource with `authorize`.

  • Inspect all facts

    List every fact stored in your Oso Cloud environment with `get_facts`.

  • Query facts by pattern

    Find facts matching a particular actor, resource, or relation using fact query tools.

  • Run policy tests

    Execute your existing test suite to verify policy behavior with `run_tests`.

  • Modify local dev data

    Update policy, add facts, delete facts, or clear all data on a local dev server.

Tags

  • debugging
  • development
  • documentation
  • document

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago