Skip to main content
Glama
anirbanbasu

smt-sudoku-mcp

by anirbanbasu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMT_SUDOKU_MCP_HOSTNoBind host, streamable-http only127.0.0.1
SMT_SUDOKU_MCP_PORTNoBind port, streamable-http only8000
SMT_SUDOKU_MCP_TRANSPORTNostdio or streamable-httpstdio
SMT_SUDOKU_MCP_ALLOWED_ORIGINSNoComma-separated browser origins to trust, streamable-http only

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_sudoku_puzzleA

Generate a new, uniquely-solvable Sudoku puzzle at the given difficulty.

validate_partial_sudoku_solutionA

Check whether a partially-filled Sudoku grid is conflict-free and still completable.

validate_full_sudoku_solutionA

Check whether a fully-filled Sudoku grid is a correct solution.

solve_sudoku_puzzleA

Solve an unsolved Sudoku grid, or report why it cannot be solved.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/anirbanbasu/smt-sudoku-mcp'

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