io.github.jkawamoto/mcp-bear✓
io.github.jkawamoto/mcp-bear · v0.5.2
v0.5.2▦ other mcpb: https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.jkawamoto/mcp-bear",
"description": "A MCP server for interacting with Bear note-taking software.",
"repository": {
"url": "https://github.com/jkawamoto/mcp-bear",
"source": "github"
},
"version": "0.5.2",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb",
"fileSha256": "189a1e3c68dc4b96264e4fcfec5f52565f0b6ddb5e6db22c7e7650f0b6fe2a37",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bear API token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BEAR_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}