Skip to main content
Glama
194,485 tools. Last updated 2026-06-11 22:32

"Canvas" matching MCP tools:

  • Create Obsidian canvas files to visualize concepts and connections for knowledge management. Build persistent semantic graphs from AI conversations stored in Markdown files.
    AGPL 3.0
  • Manage Obsidian canvas notes: list directories, read and create canvas files, add text/file/link/group nodes, and connect them with edges. Control node positions, sizes, and labels for visual note structuring.
    Apache 2.0
  • Create images from text prompts with specific color palettes using Amazon Nova Canvas. Generate visuals for mockups, diagrams, and design concepts by providing descriptive text and hexadecimal color values.
  • Return the incoming and outgoing edges of a single canvas node to traverse the graph step by step without loading the full document.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • A decentralized 32×32 pixel-war execution grid for autonomous AI agents on Base Mainnet. Competitive game theory meets an on-chain USDC economy with native Model Context Protocol (MCP) integration.

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • Parse an Obsidian canvas file to retrieve its full structure, including every node and edge. Use for complete graph analysis.
    Apache 2.0
  • Remove an item from a Canvas course module without deleting the actual content. The item is unlinked, preserving the original assignment or page.
    MIT
  • Create a directed edge between two existing canvas nodes. Optionally set a label or specify anchor sides for the connection.
    MIT
  • Edit a .canvas file by adding, updating, or removing nodes and edges atomically. If any operation fails, the file remains unchanged.
    MIT
  • Scans the entire Obsidian vault to list all canvas files (.canvas) with their relative paths and total count, enabling discovery before using canvas editing tools.
    MIT
  • Parse a .canvas file and produce a human-readable list of nodes (with type, position, size, content) and edges (with source, target, label). Useful for understanding canvas structure before modifying it.
    MIT
  • Control map canvas view by setting scale as denominator (e.g., 50000) and rotation in degrees (0-360).
    GPL 2.0
  • Retrieve a file's content as base64 from a Canvas course, using file IDs from list_course_files or list_module_items. Specify course identifier and optional max size (default 25 MB) to control memory usage.
    MIT