Skip to main content
Glama
kostyk348

sint-epistemic-mcp

by kostyk348

sint-epistemic-mcp

Epistemic Status Tracking MCP server — tracks what an agent KNOWS vs INFERS vs ASSUMES with calibrated confidence.

Tools

Tool

Description

epistemic_register(claim, status, confidence, source, domain)

Register a knowledge claim with epistemic status

epistemic_status(claim_query, domain)

Look up claims by text or domain

epistemic_calibrate(domain)

Get calibration accuracy stats for a domain

epistemic_gaps(domain)

Identify domains with high ASSUMED/UNCERTAIN ratio

epistemic_graph(domain)

Export knowledge status as a graph (nodes + edges)

epistemic_stats()

Summary statistics across all claims

Related MCP server: AGI Cognitive MCP Server

Status Types

  • VERIFIED — confirmed by external validation

  • INFERRED — logically derived from verified claims

  • ASSUMED — taken as true without verification

  • UNCERTAIN — insufficient evidence either way

Usage

Add to your MCP config:

{
  "mcpServers": {
    "sint-epistemic-mcp": {
      "command": "python",
      "args": ["/path/to/sint-epistemic-mcp/server.py"]
    }
  }
}
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kostyk348/sint-epistemic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server