wiki-plugin-table
Federated Wiki - テーブルプラグイン
このプラグイン(タイプ: table)は、フェデレーテッドウィキのマークアップを拡張し、第一級のテーブルアイテムを提供します。アイテムにCSV、TSV、Markdownのパイプテーブル、またはJSONを入力すると、コンパクトなグリッド(狭いデータ)または積み重ねられた行カード(広いデータ)としてレンダリングされ、ページ全体に拡大してソート可能なグリッドになり、ラインアップ内の他のプラグインにデータを公開し、RESTおよびMCPを介して応答します。
由来
Ward Cunninghamのwiki-plugin-json v0.1.10(コミットdc1a75d、2018年)からクローンされ、CoffeeScript/gruntからJavaScript/esbuildに移植されました。jsonから引き継いだもの:アイテムがデータを所有すること、ページ上の最初の該当アイテムに対するGET/PUT /plugin/<name>/:slug、X-Api-Keyトークンファイル、writes/written/interval/writerのブックキーピング、および統計行。AUTHORS.txtを参照してください。
Related MCP server: CSV MCP Server
レイアウト
src/parse/parse.cjs the one parser (client bundle + server share it)
src/client/table.js emit/bind, layouts, enlarged overlay, data interface
client/table.css styles, injected once by emit
server/server.js json-parity routes: GET/PUT /plugin/table/:slug (CommonJS)
server/core.js read/write path shared by server.js and api/handlers.js
server/bridge.js per-site pagehandler handed from server.js to the farm handlers
api/openapi.json the fedwiki.api declaration wiki-plugin-farm mounts
api/handlers.js read, list, csv, write
pages/ About Table Plugin, About Table API Keysビルド
npm install
npm run build
npm testRESTとMCP
宣言された操作は、wiki-plugin-farmによって/system/api/table/{read,list,csv,write}.jsonにマウントされ、/system/api.jsonに記述され、POST /system/api/mcpでMCPツールとして提供されます。プラグイン自身のサーバーは、GET /plugin/table/:slug(text/csvの場合は.csv)と、ヘッドレスライター向けのAPIキーを使用したPUTに応答します。
ライセンス
MIT
This server cannot be installed
Maintenance
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
- Flicense-quality-maintenanceEnables users to manage data in a simple JSON file database through MCP tools and REST API. Supports creating, reading, updating, and deleting items organized in collections with auto-generated UUIDs.
- FlicenseAqualityDmaintenanceEnables comprehensive CSV file management including creating, editing, analyzing, and transforming CSV data anywhere in the filesystem. Provides statistical analysis, data validation, filtering, and grouping capabilities through MCP protocol over stdio transport.15
- Alicense-quality-maintenanceEnables interaction with AskTable's data analytics platform through MCP protocol. Supports querying and analyzing data from connected datasources using natural language, available via both SaaS and self-hosted deployments.
- AlicenseAqualityAmaintenanceData-first MCP server for reading and writing spreadsheets (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine.252MIT
Related MCP Connectors
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
CSV <-> JSON MCP.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Hitchhikers-Guide-to-the-Galaxy/wiki-plugin-table'
If you have feedback or need assistance with the MCP directory API, please join our Discord server