A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for processing SGF (Smart Game Format) files. Extract game information and
If you already use MCP Sgf, the mcp sgf mcp server is the piece that lets your assistant work with it directly. A Model Context Protocol (MCP) server for processing SGF (Smart Game Format) files. Extract game information and generate visual board diagrams with.
The server ships on npm as mcp-sgf, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Installation — The Installation tool exposed by this serverScripts — The Scripts tool exposed by this serverTesting — The Testing tool exposed by this serverDocumentation — The Documentation tool exposed by this serverThis sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Sgf's toolset — Installation, Scripts, Testing and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ragnar-johannsson; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Sgf's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Installation | The Installation tool exposed by this server. |
| Scripts | The Scripts tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
| Documentation | The Documentation tool exposed by this server. |
{
"mcpServers": {
"sgf": {
"command": "npx",
"args": ["-y", "mcp-sgf"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.