forked from Dot-Fun/fathom-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fathom-mcp-server",
"version": "1.0.0",
"description": "A Model Context Protocol server for Fathom AI - access meeting recordings, transcripts, summaries, teams, and webhooks",
"keywords": [
"mcp",
"model-context-protocol",
"fathom",
"fathom-ai",
"meetings",
"transcripts",
"fastmcp",
"ai",
"claude"
],
"author": "Alvin Cheung",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dot-fun/fathom-mcp.git"
},
"bugs": {
"url": "https://github.com/dot-fun/fathom-mcp/issues"
},
"homepage": "https://github.com/dot-fun/fathom-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"mcp": {
"version": "1.0",
"type": "server",
"language": "python",
"framework": "fastmcp"
}
}